SolidAuthConfig type error
I'm setting up auth with NextAuth for the first time and ran into a type error when following the example on the solid start tutorial page of next auth.
@OrJDev do you know what's up here?
2 Replies
Ye the types are messed up in the official authjs adapters
Add a @ts-expect-error
Or use which is the latest version of it and has no types issue
https://github.com/OrJDev/solid-auth
GitHub
GitHub - OrJDev/solid-auth: SolidStart Adapter For AuthJS
SolidStart Adapter For AuthJS. Contribute to OrJDev/solid-auth development by creating an account on GitHub.