Skip to content

Commit cbed201

Browse files
authored
Merge pull request #8739 from djedi23/add-ra-surrealdb
[Doc] Add AuthProvider and DataProvider for SurrealDB.
2 parents 6e65832 + adbb080 commit cbed201

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/AuthProviderList.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ It's very common that your auth logic is so specific that you'll need to write y
1515
- **[Supabase](https://supabase.io/)**: [marmelab/ra-supabase](https://github.com/marmelab/ra-supabase)
1616
- **[Keycloak](https://www.keycloak.org/)**: [marmelab/ra-keycloak](https://github.com/marmelab/ra-keycloak)
1717
- **[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)
18+
- **[SurrealDB](https://surrealdb.com/)**: [djedi23/ra-surrealdb](https://github.com/djedi23/ra-surrealdb)
1819

1920
Beyond ready-to-use providers, you may find help in these third-party tutorials about integrating more authentication backends:
2021

docs/DataProviderList.md

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ If you can't find a Data Provider for your backend below, no worries! [Writing a
5959
* **[Strapi v3](https://strapi.io/)**: [nazirov91/ra-strapi-rest](https://github.com/nazirov91/ra-strapi-rest)
6060
* **[Strapi v4](https://strapi.io/)**: [garridorafa/ra-strapi-v4-rest](https://github.com/garridorafa/ra-strapi-v4-rest)
6161
* **[Supabase](https://supabase.io/)**: [marmelab/ra-supabase](https://github.com/marmelab/ra-supabase)
62+
- **[SurrealDB](https://surrealdb.com/)**: [djedi23/ra-surrealdb](https://github.com/djedi23/ra-surrealdb)
6263
* **[TreeQL / PHP-CRUD-API](https://treeql.org/)**: [nkappler/ra-data-treeql](https://github.com/nkappler/ra-data-treeql)
6364
* **[WooCommerce REST API](https://woocommerce.github.io/woocommerce-rest-api-docs)**: [zackha/ra-data-woocommerce](https://github.com/zackha/ra-data-woocommerce)
6465

0 commit comments

Comments
 (0)