Basic user model and login authentication :]
This commit is contained in:
parent
a87ed0b0f3
commit
859d2e7a98
8 changed files with 315 additions and 4 deletions
|
|
@ -4,4 +4,10 @@ DEBUG=
|
|||
|
||||
APP_NAME=
|
||||
|
||||
APP_VERSION=
|
||||
APP_VERSION=
|
||||
|
||||
SECRET_KEY=
|
||||
|
||||
ALGORITHM =
|
||||
|
||||
ACCESS_TOKEN_EXPIRE_MINUTES =
|
||||
Loading…
Reference in a new issue