Replies: 3 comments 11 replies
-
I still need to look into this. I'm definitely planning on supporting multiple in the starter. Probably GitHub. I'm thinking a |
Beta Was this translation helpful? Give feedback.
9 replies
-
If anyone here wants to make an example, that would help a ton: https://github.com/epicweb-dev/epic-stack/blob/main/docs/examples.md |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've added a new example to the docs. Here it is! https://github.com/kentcdodds/epic-github-auth |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently it looks like the database is only set up to handle the Form Strategy. I saw in another post someone mention social logins which would need their own strategy. Have you given any thought to how you would handle multiple strategies with Remix-Auth, specifically with the database setup? There's the Auth.js Adapter approach which might be overly complicated. The
password
property on theUser
model is optional so maybe adding astrategy
property will be enough.Beta Was this translation helpful? Give feedback.
All reactions