Replies: 1 comment
-
|
Blitz built-in auth (which passport adapter uses) requires a database to manage sessions. If you don't want that, then you'll need to use some other auth package like auth0 or vanilla passport. Make sense? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What do you want and why?
I'm having an issue in my Vercel prod build where when I try to call blitz passport.js auth for google sign in, it seems to call my sqlite database even though there are no references to my local database anywhere in the file. I'd like to sign the user in and create a session for that user without having to access the database. Is this possible?
Here's an example of the error logs on Vercel functions for my build.
Additional context
My
[...auth].tsfileBeta Was this translation helpful? Give feedback.
All reactions