From 6503cbdc96861d3bcf71b81415239a944603301e Mon Sep 17 00:00:00 2001 From: Carlos Izquierdo Date: Wed, 6 Dec 2023 21:52:33 +0100 Subject: [PATCH] Removed postgrest from auth providers, see #105 of ra-data-postgrest https://github.com/raphiniert-com/ra-data-postgrest/issues/105 --- docs/AuthProviderList.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/AuthProviderList.md b/docs/AuthProviderList.md index 391476e9a03..4f496296a05 100644 --- a/docs/AuthProviderList.md +++ b/docs/AuthProviderList.md @@ -16,7 +16,6 @@ It's very common that your auth logic is so specific that you'll need to write y - **[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) - **[Google Identity & Google Workspace](https://developers.google.com/identity/gsi/web/guides/overview)**: [marmelab/ra-auth-google](https://github.com/marmelab/ra-auth-google/blob/main/packages/ra-auth-google/Readme.md) - **[Keycloak](https://www.keycloak.org/)**: [marmelab/ra-keycloak](https://github.com/marmelab/ra-keycloak/blob/main/packages/ra-keycloak/Readme.md) -- **[Postgrest](https://postgrest.org/)**: [raphiniert-com/ra-data-postgrest](https://github.com/raphiniert-com/ra-data-postgrest) - **[Supabase](https://supabase.io/)**: [marmelab/ra-supabase](https://github.com/marmelab/ra-supabase/blob/main/packages/ra-supabase/README.md) - **[SurrealDB](https://surrealdb.com/)**: [djedi23/ra-surrealdb](https://github.com/djedi23/ra-surrealdb)