Skip to content

Get password after OAuth sign in #232

Answered by frankie567
davidbrochart asked this question in Q&A
Discussion options

You must be logged in to vote
  • Normally, if you sign up through GitHub a first time, a user and an associated OAuth Account is created in the DB. If you try to sign in/sign up again with GitHub (even without cookies), you should directly be authenticated; Fief shouldn't ask you to register again. If that's not the case, then something is going wrong 🙃
  • Regarding sign in with the email if you used a social provider the first time, yes, that's normal. We generate a random password, but for security reasons, we can't share it directly with the user. In future versions, I plan to make email/password an optional authentication method that can be disabled, so users won't necessarily have a password.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@davidbrochart
Comment options

Answer selected by davidbrochart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants