-
-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for SurrealDB #236
Comments
@mysticaltech thank you for sharing this. Soon will add support for it |
Very good to hear, @lakhansamani! Looking forward to it 🙏 Your project has so much potential and is answering a real need. Many open-source projects tried, but you seem to have found the right formula. Keep up the good work! 🚀 |
@lakhansamani When done, we can make a tutorial and post it here https://tutorials.surrealdb.com/, this will help you get discovered more. You have gold you your hands. As user auth is a hard problem that has not been answered so well in the open-source world. |
@mysticaltech thank you for sharing this. |
Also waiting for this library to be out of beta and have some docs. As that could make life much simpler. |
Thanks, @lakhansamani ! The official doc is here https://surrealdb.com/docs, but the go docs have not been published yet, however, there is this https://pkg.go.dev/github.com/surrealdb/surrealdb.go. Also, I would imagine it provides the same functionality as given in its rust docs https://docs.rs/surrealdb/1.0.0-beta.8/surrealdb/. |
Thanks will have detail look into this |
Also, this could help a lot https://gist.github.com/koakh/fbbc37cde630bedcf57acfd4d6a6956b. |
@lakhansamani Because http://github.com/surrealdb/surrealdb is brand new too, supporting it would give you first mover advantage, as users badly need auth solution for it. See (from a comment in the link above): |
@mysticaltech yes this is true, Next week is the beta launch plan ;-) |
@lakhansamani Wonderful, very good to see that is now well underway. Keep up the good work! 🙌 |
Sorry for the delay, there are some other higher priority tasks that I had to address. |
Any update on this? |
Still no updates? |
Feature Description
SurrealDB is one of the hottest NewSQL multi-model DB today; please add support for it.
Additional context
Supporting it and being public on social media about that, will make Authorizer the default go-to authorization solution for it!
The text was updated successfully, but these errors were encountered: