Implement auth
I basically copied this article https://fastapi.tiangolo.com/tutorial/security/oauth2-jwt
This commit is contained in:
9
plan.txt
9
plan.txt
@@ -42,7 +42,14 @@ Plan:
|
||||
Erstelle gruppe
|
||||
Erstelle AA mit Timeslot
|
||||
Registriere karte -> gruppe
|
||||
|
||||
|
||||
CRUD
|
||||
create(post)
|
||||
read(get)[all items]
|
||||
read(get)[single item]
|
||||
update(put/patch)
|
||||
delete(delete)
|
||||
|
||||
zeitplan
|
||||
Hier bin ich nicht sicher, ich denke an cron style für wiederholende dinge aber das kann nur zeitpunkte und keine blöcke.
|
||||
Villeicht ne liste von cron zeiten [ "0 16 * * 2" "0 18 * * 2" ](Wäre dienstag 16-18 uhr) - Ist aber warscheinlich schwer zu parsen
|
||||
|
||||
Reference in New Issue
Block a user