refactor: combine sign in and sign up endpoint to a single endpoint (#263)

This commit is contained in:
pablohashescobar 2023-02-14 01:14:56 +05:30 committed by GitHub
parent 0477db69a0
commit af1d49bbf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 52 additions and 102 deletions

View file

@ -64,7 +64,6 @@ from .auth_extended import (
from .authentication import (
SignUpEndpoint,
SignInEndpoint,
SignOutEndpoint,
MagicSignInEndpoint,