You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm storing users regardless of email auth or social auth. Meaning any time authenticator.authenticate is successful I also get (or create) the user from my db and createUserSession
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm storing users regardless of email auth or social auth. Meaning any time
authenticator.authenticate
is successful I also get (or create) the user from my db andcreateUserSession
This works fine but I there is a bit of a hiccup in logout as
authenticator.logout()
wants a redirect but I also want to destroySession.Beta Was this translation helpful? Give feedback.
All reactions