From 67f95538bf0330fe6685377f8f105982f96e0804 Mon Sep 17 00:00:00 2001 From: fzaninotto Date: Fri, 15 Sep 2023 18:23:53 +0200 Subject: [PATCH 1/2] [Doc] Add link to ra-auth-google, authProvider for Google Identity --- docs/AuthProviderList.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/AuthProviderList.md b/docs/AuthProviderList.md index 55ad6fa5aba..6e84bd6902a 100644 --- a/docs/AuthProviderList.md +++ b/docs/AuthProviderList.md @@ -14,6 +14,7 @@ It's very common that your auth logic is so specific that you'll need to write y - **[Casdoor](https://casdoor.com/)**: [NMB-Lab/reactadmin-casdoor-authprovider](https://github.com/NMB-Lab/reactadmin-casdoor-authprovider) - **[Directus](https://directus.io/)**: [marmelab/ra-directus](https://github.com/marmelab/ra-directus) - **[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](Google Identity Services (GIS))**: [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) - **[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) From 0e02c1529966050cb3dc997672489eccd3633e8f Mon Sep 17 00:00:00 2001 From: fzaninotto Date: Fri, 15 Sep 2023 18:25:22 +0200 Subject: [PATCH 2/2] Fix link --- docs/AuthProviderList.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AuthProviderList.md b/docs/AuthProviderList.md index 6e84bd6902a..d2d44f5c76e 100644 --- a/docs/AuthProviderList.md +++ b/docs/AuthProviderList.md @@ -14,7 +14,7 @@ It's very common that your auth logic is so specific that you'll need to write y - **[Casdoor](https://casdoor.com/)**: [NMB-Lab/reactadmin-casdoor-authprovider](https://github.com/NMB-Lab/reactadmin-casdoor-authprovider) - **[Directus](https://directus.io/)**: [marmelab/ra-directus](https://github.com/marmelab/ra-directus) - **[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](Google Identity Services (GIS))**: [marmelab/ra-auth-google](https://github.com/marmelab/ra-auth-google/blob/main/packages/ra-auth-google/Readme.md) +- **[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) - **[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)