-
Notifications
You must be signed in to change notification settings - Fork 12
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
auth via supabse #208
auth via supabse #208
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice!
@JensWinter The frontend is also on its way. I guess next week we will be ready with the refactor so we can remove Auth0. I already tested the import of users from Auth0. Works also fine. technologiestiftung/giessdenkiez-de#555 |
Make unique Make min 3 and max 50 (in the frontend we use only 20) Add trigger function on insert and update to add short uuid to username if we add an already existing name. This is needed so we can use the first part of the email on signup. The other functions are here because migra kept adding them. Maybe it will finally shut up about them when I add them now
…ng/giessdenkiez-de-postgres-api into feat/auth-via-supabase
This PR adds some more additions to the new supabase setup.