Skip to content

Commit

Permalink
Merge pull request #6535 from marmelab/auth-tutorials
Browse files Browse the repository at this point in the history
[Doc] Add link to auth tutorials for Auth0, AzureAD, and Loopback
  • Loading branch information
fzaninotto authored Aug 27, 2021
2 parents e69bc9d + 36de9a5 commit c3c483b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/Authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,13 @@ It's very common that your auth logic is so specific that you'll need to write y
- **[AWS Cognito](https://docs.aws.amazon.com/cognito/latest/developerguide/setting-up-the-javascript-sdk.html)**: [thedistance/ra-cognito](https://github.com/thedistance/ra-cognito)
- **[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)

If you have released a reusable `authProvider` for a standard auth backend, please open a PR to add it to this list!
Beyond ready-to-use providers, you may find help in these third-party tutorials about integrating more authentication backends:

* **[Auth0](https://auth0.com/docs/libraries/auth0-single-page-app-sdk)**: [spintech-software/react-admin-auth0-example](https://github.com/spintech-software/react-admin-auth0-example)
* **[Azure Active Directory](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-browser)**: [victorp13/react-admin-msal](https://github.com/victorp13/react-admin-msal)
* **[Loopback](https://loopback.io/doc/en/lb4/Authentication-overview.html)**: [appsmith dev.to tutorial](https://dev.to/appsmith/building-an-admin-dashboard-with-react-admin-86i#adding-authentication-to-reactadmin)

If you have released a reusable `authProvider`, or a tutorial for another auth backend, please open a PR to add it to this list!

## Authentication

Expand Down

0 comments on commit c3c483b

Please sign in to comment.