added authorization, signup, login with jwt

This commit is contained in:
2020-07-30 17:23:01 +02:00
parent ce872ffb63
commit 7d6f98ffda
7 changed files with 72 additions and 4 deletions

3
database/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()