Social Auth throwing 500 error's
Hooks - session and newSession are both `null` after signin
null
.
What's going on here?
My expectation is that newSession
would be defined with the new session for the signed-in user....URL issues in social auth between Expo Frontend and Elysia Backend
getting unauthorized in production but locally works flawless
What am I doing wrong? Cookies aren't working properly
Getting session in loader
Set user account to verified=true after a password reset action?
OIDC /oauth2/authorize doesn't work / throws 404
Middleware not working?
JWK must be an object
How do you add an existing member to a team
Is it necessary to configure something for the typing of additional fields to work in the orgs?
role
) for the user, but when checking the typing of the returned user object(allowUserToCreateOrganization
), the additional field is not there.
For the client, I configured it with inferAdditionalFields
and it worked perfectly.
However, I couldn't find anything similar for the organizations plugin....
Why is the token set in the browser different than the one in the session table?
hmMN3f2wYkM6X3RC1Kxxxxxxxxxxxxxxxxx.TEM86Y81I1WpCxxxxxxxxxxxxxx=
but the session table only has the first part, hmMN3f2wYkM6X3RC1Kxxxxxxxxxxxxxxxxx
so I need to manually split it in my backend to verify it against the db. Why for godsake?...Connections to organization
Cleanup of expired organization invites
Get Members of an Organization
Microsoft login not working
membershipLimit for Organizations
membershipLimit
, but no team member limitSession Not Persisting in Production (Docker) After Social Login