refactor and set up authentication

This commit is contained in:
2024-04-25 11:23:47 +02:00
parent bbd78faf09
commit 2185b217e1
10 changed files with 211 additions and 35 deletions

6
app/dependencies.py Normal file
View File

@@ -0,0 +1,6 @@
import sqlalchemy
dbEngine = sqlalchemy.create_engine('sqlite:///db.sqlite')
def get_token_header():
pass