@@ -7,15 +7,15 @@ title: "Supported Auth Provider Backends"
77
88It's very common that your auth logic is so specific that you'll need to write your own ` authProvider ` . However, the community has built a few open-source Auth Providers that may fit your need:
99
10- - ** [ Auth0] ( https://auth0.com/ ) ** : [ ra-auth-auth0] ( https://github.com/marmelab/ra-auth-auth0 )
10+ - ** [ Auth0] ( https://auth0.com/ ) ** : [ marmelab/ ra-auth-auth0] ( https://github.com/marmelab/ra-auth-auth0 )
1111- ** [ AWS Amplify] ( https://docs.amplify.aws ) ** : [ MrHertal/react-admin-amplify] ( https://github.com/MrHertal/react-admin-amplify )
12- - ** [ AWS Cognito] ( https://docs.aws.amazon.com/cognito/latest/developerguide/setting-up-the-javascript-sdk.html ) ** : [ ra-auth-cognito] ( https://github.com/marmelab/ra-auth-cognito )
12+ - ** [ AWS Cognito] ( https://docs.aws.amazon.com/cognito/latest/developerguide/setting-up-the-javascript-sdk.html ) ** : [ marmelab/ra-auth-cognito] ( https://github.com/marmelab/ra-auth-cognito )
13+ - ** [ Azure Active Directory (using MSAL)] ( https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-browser ) ** : [ marmelab/ra-auth-msal] ( https://github.com/marmelab/ra-auth-msal )
1314- ** [ Directus] ( https://directus.io/ ) ** : [ marmelab/ra-directus] ( https://github.com/marmelab/ra-directus )
1415- ** [ Firebase Auth (Google, Facebook, GitHub, etc.)] ( https://firebase.google.com/docs/auth/web/firebaseui ) ** : [ benwinding/react-admin-firebase] ( https://github.com/benwinding/react-admin-firebase#auth-provider )
15- - ** [ Postgrest] ( https://postgrest.org/ ) : [ raphiniert-com/ra-data-postgrest] ( https://github.com/raphiniert-com/ra-data-postgrest )
16- - ** [ Supabase] ( https://supabase.io/ ) ** : [ marmelab/ra-supabase] ( https://github.com/marmelab/ra-supabase )
1716- ** [ Keycloak] ( https://www.keycloak.org/ ) ** : [ marmelab/ra-keycloak] ( https://github.com/marmelab/ra-keycloak )
18- - ** [ Azure Active Directory (using MSAL)] ( https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-browser ) ** : [ marmelab/ra-auth-msal] ( https://github.com/marmelab/ra-auth-msal )
17+ - ** [ Postgrest] ( https://postgrest.org/ ) ** : [ raphiniert-com/ra-data-postgrest] ( https://github.com/raphiniert-com/ra-data-postgrest )
18+ - ** [ Supabase] ( https://supabase.io/ ) ** : [ marmelab/ra-supabase] ( https://github.com/marmelab/ra-supabase )
1919- ** [ SurrealDB] ( https://surrealdb.com/ ) ** : [ djedi23/ra-surrealdb] ( https://github.com/djedi23/ra-surrealdb )
2020
2121Beyond ready-to-use providers, you may find help in these third-party tutorials about integrating more authentication backends:
0 commit comments