docs/AuthProviderList.md
It'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:
Beyond ready-to-use providers, you may find help in these third-party tutorials about integrating more authentication backends:
<div class="providers-list" markdown="1"> - **[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) - **[OpenID Connect (OIDC)](https://openid.net/connect/)**: [marmelab/ra-example-oauth](https://github.com/marmelab/ra-example-oauth) </div>If you have released a reusable authProvider, or a tutorial for another auth backend, please open a PR to add it to this list!