chore: enable/disable signup in self hosted environments (#1271)
* dev: new onboarding workflow for self hosted instance * dev: additional flag on user creation * dev: segregate sign up and sign in endpoint * dev: update sign in endpoint for not existing users
This commit is contained in:
parent
02111d779b
commit
592fe94cb4
9 changed files with 174 additions and 95 deletions
|
|
@ -79,6 +79,7 @@ from .auth_extended import (
|
|||
|
||||
|
||||
from .authentication import (
|
||||
SignUpEndpoint,
|
||||
SignInEndpoint,
|
||||
SignOutEndpoint,
|
||||
MagicSignInEndpoint,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue