From 630d930a39f9d35d2a94fd555d6a8f9aa8825648 Mon Sep 17 00:00:00 2001 From: Alexander Kriventsev Date: Mon, 8 May 2023 21:53:21 +0300 Subject: [PATCH 1/3] add casdoor auth provider --- docs/AuthProviderList.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/AuthProviderList.md b/docs/AuthProviderList.md index 714d66fd8dc..ce35df39fb8 100644 --- a/docs/AuthProviderList.md +++ b/docs/AuthProviderList.md @@ -17,6 +17,7 @@ It's very common that your auth logic is so specific that you'll need to write y - **[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) - **[SurrealDB](https://surrealdb.com/)**: [djedi23/ra-surrealdb](https://github.com/djedi23/ra-surrealdb) +- **[Casdoor](https://casdoor.com/)**: [NMB-Lab/reactadmin-casdoor-authprovider](https://github.com/NMB-Lab/reactadmin-casdoor-authprovider) Beyond ready-to-use providers, you may find help in these third-party tutorials about integrating more authentication backends: From e1383c93bdcadc8f853ea34ab5ff48c7a3d7bddd Mon Sep 17 00:00:00 2001 From: Alexander Kriventsev Date: Tue, 9 May 2023 15:40:56 +0300 Subject: [PATCH 2/3] correct alphabet order --- docs/AuthProviderList.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/AuthProviderList.md b/docs/AuthProviderList.md index ce35df39fb8..6154683b229 100644 --- a/docs/AuthProviderList.md +++ b/docs/AuthProviderList.md @@ -11,13 +11,13 @@ It's very common that your auth logic is so specific that you'll need to write y - **[AWS Amplify](https://docs.amplify.aws)**: [MrHertal/react-admin-amplify](https://github.com/MrHertal/react-admin-amplify) - **[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) - **[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) +- **[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) - **[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) +- **[Postgres](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) - **[SurrealDB](https://surrealdb.com/)**: [djedi23/ra-surrealdb](https://github.com/djedi23/ra-surrealdb) -- **[Casdoor](https://casdoor.com/)**: [NMB-Lab/reactadmin-casdoor-authprovider](https://github.com/NMB-Lab/reactadmin-casdoor-authprovider) Beyond ready-to-use providers, you may find help in these third-party tutorials about integrating more authentication backends: From 148cee258b390dfe02aa22a907ccb2d38354604d Mon Sep 17 00:00:00 2001 From: Alexander Kriventsev Date: Tue, 9 May 2023 15:52:38 +0300 Subject: [PATCH 3/3] revert Postgrest --- docs/AuthProviderList.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AuthProviderList.md b/docs/AuthProviderList.md index 6154683b229..e0753daeaf0 100644 --- a/docs/AuthProviderList.md +++ b/docs/AuthProviderList.md @@ -15,7 +15,7 @@ It's very common that your auth logic is so specific that you'll need to write y - **[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) - **[Keycloak](https://www.keycloak.org/)**: [marmelab/ra-keycloak](https://github.com/marmelab/ra-keycloak) -- **[Postgres](https://postgrest.org/)**: [raphiniert-com/ra-data-postgrest](https://github.com/raphiniert-com/ra-data-postgrest) +- **[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) - **[SurrealDB](https://surrealdb.com/)**: [djedi23/ra-surrealdb](https://github.com/djedi23/ra-surrealdb)