|
|
0337a90f15
|
Merge get_user into authenticate_user, it was only doing one db call
|
2026-05-16 17:03:33 +02:00 |
|
|
|
aafcdcc6de
|
Needed to load
|
2026-05-16 16:27:25 +02:00 |
|
|
|
5941f38d2a
|
Secure all endpoints behind auth
|
2026-05-15 22:22:12 +02:00 |
|
|
|
cbc2526c14
|
Squashed commit of the following:
commit a6a5de4a35
Author: ahtlon <git@ahtlon.de>
Date: Fri May 15 20:47:45 2026 +0200
Auth working :)
commit 6ad50df3c2
Author: ahtlon <git@ahtlon.de>
Date: Fri May 8 13:17:32 2026 +0200
Implement auth
I basically copied this article https://fastapi.tiangolo.com/tutorial/security/oauth2-jwt
commit 6243618abb
Author: ahtlon <git@ahtlon.de>
Date: Fri May 8 12:18:56 2026 +0200
Add auth deps
|
2026-05-15 22:01:57 +02:00 |
|
|
|
f5a5cb378e
|
Create and use get_session, add_and_refresh function
|
2026-04-25 14:51:35 +02:00 |
|
|
|
ab222533ed
|
Make db creation a explicit on startup instead of import
|
2026-04-24 15:30:44 +02:00 |
|
|
|
22e57996c2
|
Finish sqlmodel migration
- merge card.py, user.py and dbmodels.py into models.py
- deduplicate
- change responsemodels in the manager functions
- correct inports
|
2026-04-23 22:41:48 +02:00 |
|
|
|
287235243a
|
switch orm to sqlmodel
|
2026-04-18 23:40:44 +02:00 |
|
|
|
1434d6f541
|
change structure to make package build
|
2026-04-15 10:04:23 +02:00 |
|