ibs/sql_app
HeshamTB 59417427c3 main: Implement generation of IotDev Token
Signed-off-by: HeshamTB <hishaminv@gmail.com>
2022-04-17 21:20:45 +03:00
..
__init__.py sql_app: basic models and schemas from FastAPI docs 2022-03-03 15:49:26 +03:00
.gitignore jwt auth 2022-04-13 05:24:06 +03:00
auth_helper.py auth_helper: basic method to gen a permenant token 2022-04-17 02:20:14 +03:00
crud.py allow user: allow acces to room by name or id 2022-04-14 01:37:30 +03:00
crypto.py jwt auth 2022-04-13 05:24:06 +03:00
database.py sql_app: basic models and schemas from FastAPI docs 2022-03-03 15:49:26 +03:00
gen_secret.sh jwt auth 2022-04-13 05:24:06 +03:00
init_secrets.sh init_secrets: script to init .env values 2022-04-14 07:19:53 +03:00
main.py main: Implement generation of IotDev Token 2022-04-17 21:20:45 +03:00
models.py sql_app: db: enforece not-null 2022-04-13 09:52:37 +03:00
schemas.py main: Implement generation of IotDev Token 2022-04-17 21:20:45 +03:00
TODO auth_helper: basic method to gen a permenant token 2022-04-17 02:20:14 +03:00