-
Notifications
You must be signed in to change notification settings - Fork 165
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/new auth flow fix #1122
base: master
Are you sure you want to change the base?
Feat/new auth flow fix #1122
Conversation
pre-commit checks failed ❌❌❌ |
…t/new-auth-flow-fix
pre-commit checks failed ❌❌❌ |
pre-commit checks failed ❌❌❌ |
pre-commit checks failed ❌❌❌ |
You should also rebase, and fix the failing pre-commit changes. I posted the link to a video I made on zulip, about how to go about that |
part of that failing pre-commit test is the little test we have on the backend for user creation. You need to update the test to make sure it passes. Right now it's failing, which is a pointer that the PR is failing. This looks to be the same PR that was reverted right? |
Summary
This PR is an implementation of the new auth flow.
Copy of #1081