-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
feat: add auth0 wrapper #183
Conversation
…nto j0/add_auth0_wrapper
Can you upgrade Rust to v1.74.0 and remove warnings outputted by |
patched the warnings but still need to refactor the codebase as a whole. Will try to find time for it this evening or tomorrow morning |
Getting closer, but might need a bit more time to consult about the deserialization + pagination |
As discussed will merge for now and address
in a follow up PR. As a stretch we will also add support for other objects and push down qualifiers/search queries which involve multiple objects. Very appreciative of @imor for help with pushing this first piece through. Thanks so much! |
What kind of change does this PR introduce?
POC around an auth0 wrapper for continuous migration from Auth0 to Supabase Auth. Done as a side project.
We currently support only the
users
page. Similar to the Stripe FDW more objects can be added via theoptions
table. For the moment, we only support the key fields from users (e.g. identities, email, email_verified) though more can be added upon request.Not too familar with Rust so will ask in advance for the patience of reviewers when reviewing this PR 🙏
qdrant_fdw
structure