Epic Stack + OpenID Connect example (SSO) #388
kentcdodds
announced in
Announcements
Replies: 1 comment 3 replies
-
Does it make sense to have a examples repo, similar to the Remix one? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
UPDATE: The Epic Stack's GitHub auth implementation has been altered slightly to make it much easier to add/remove whatever providers you desire. Check the commit: 1d00e19
I'm excited to share an example of using OpenID Connect with Google on the Epic Stack! 🎉 This should be helpful for anyone wanting to support Single-Sign On!
The cool thing about this example is it works with any
remix-auth
strategy as well, so if you're trying to integrate with an enterprise using SAML for their SSO strategy, you could use remix-auth-sso.I recorded a video demonstrating this example that you can watch here:
Find the example here: github.com/kentcdodds/epic-oidc.
Cheers!
P.S. It's very possible I'll adapt some of this into the Epic Stack to make the providers thing generic so it's much easier to plug in your own providers as you wish. This could eventually be made into a library as well possibly...
Beta Was this translation helpful? Give feedback.
All reactions