Description
Expectation: The app tells me that I'm logged in as a user by showing me "Logged in as XXXX"
Situation: Username is blank.
Steps to reproduce
- Create new project with auth and prisma selected.
- Add discord client id and secret into .env file.
- Click log out.
- Click log in and go through Discord's OAuth client.
- Arriving at
localhost:3000
, the username is missing.
It seems like sessionData()
isn't working as expected. Is this an issue with @auth/solid-start
from the Auth.js library? Any help would be appreciated.
Metadata
Metadata
Assignees
Labels
No labels