We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Almost every function returned from getKindeServerSession() is of type Promise<any>. For example:
getKindeServerSession()
Promise<any>
export default function Page() { const { getUser } = getKindeServerSession() // getUser returns Promise<any>, instead of Promise<KindeUser> }
I think that this commit is responsible for that bug: 089cda615f5238246204a148333ac8c3887a4f24
https://github.com/kinde-oss/kinde-auth-nextjs
^2.0.0
macOS
Sonoma
No response
The text was updated successfully, but these errors were encountered:
@matthewrosse should be fixed in latest hopefully - let me know if you have any issues
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Prerequisites
Describe the issue
Almost every function returned from
getKindeServerSession()
is of typePromise<any>
. For example:I think that this commit is responsible for that bug: 089cda615f5238246204a148333ac8c3887a4f24
Library URL
https://github.com/kinde-oss/kinde-auth-nextjs
Library version
^2.0.0
Operating system(s)
macOS
Operating system version(s)
Sonoma
Further environment details
No response
Reproducible test case URL
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: