-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How supportive is this library of using it without auth0 #102
Comments
Good news! With v1.0.0 useAuth now explicitly supports multiple authentication providers :) I'm writing docs on how to create a wrapper for custom auth solutions like your Rails backend. |
@CR1AT0RS support for multiple providers is now fully baked in v2. There's documentation on how to add new providers: https://useauth.dev/docs/auth-providers I started with Auth0 and NetlifyIdentity as proof of concept that the wrapper layer works. Contributions welcome :) |
@Swizec mildly related, but where are the docs stored? I was going to pr an issue with them but so far they have eluded me. |
@Jared-Dev this is the docs site https://github.com/Swizec/useAuth/tree/master/examples/useAuth.dev Maybe shouldn't be hiding in the examples folder 🤔 |
Hey,
I have custom auth via rails. Do you think this integration will work? This is not a bug but more of an enhancement questions. If this library can be used independently without auth0.
I do see that I can just provide any endpoints I wish in the config but not sure if someone already tried that and there are some specifics that are only going to work if auth0 is used.
The text was updated successfully, but these errors were encountered: