Commit graph

9 commits

Author SHA1 Message Date
0f897dc0c6 feat: return refresh_token in cookie 2025-05-04 22:13:28 +02:00
6c706d973e style: use created_at instead of created 2025-05-04 19:09:06 +02:00
c76fd73179 refactor: move regex code to mod.rs 2025-05-02 16:22:30 +02:00
97f7595cc5 style: cargo clippy and format
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-02 15:20:22 +02:00
481c2c3648 feat: use a logging library
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
gives us logs from actix and sqlx that otherwise arent exposed to us
2025-05-02 01:18:13 +02:00
a89d705239 feat: use device_name in refresh_tokens table 2025-05-01 20:19:18 +02:00
aea640a64c style: use the same response for login/register 2025-05-01 19:18:44 +02:00
725a16d1f5 feat: integrate token authentication 2025-05-01 05:01:25 +02:00
b4469a6317 feat: prepare for access/refresh tokens in register 2025-05-01 03:54:26 +02:00
Renamed from src/api/v1/register.rs (Browse further)