1
0
Fork 0
forked from gorb/backend
Commit graph

19 commits

Author SHA1 Message Date
501141b584 feat: add password reset 2025-05-28 23:13:41 +02:00
9728769b8c feat: add changing username, email and display_name to /me endpoint 2025-05-28 17:36:23 +02:00
8605b81e7b style: cargo clippy && format 2025-05-24 01:09:17 +02:00
bf51f623e4 feat: migrate to diesel and new error type in auth 2025-05-23 12:55:27 +02:00
78e87b65ce style: cargo fmt 2025-05-19 15:14:03 +02:00
efae619cda refactor(auth): use builtin actix Json deserialization 2025-05-19 15:04:41 +02:00
77245e98c5 refactor: combine crypto.rs with utils.rs 2025-05-04 23:50:38 +02:00
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
bcf857d6b2 refactor: flatten login function 2025-05-02 20:32:13 +02:00
c76fd73179 refactor: move regex code to mod.rs 2025-05-02 16:22:30 +02:00
97f7595cc5 style: cargo clippy and format 2025-05-02 15:20:22 +02:00
481c2c3648 feat: use a logging library
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
705abeb643 fix: fix password regex
this should probably be moved to its own function so we can change it on the fly
2025-05-01 20:17:59 +02:00
aea640a64c style: use the same response for login/register 2025-05-01 19:18:44 +02:00
0b516a269d fix: remove unused import 2025-05-01 07:04:56 +02:00
725a16d1f5 feat: integrate token authentication 2025-05-01 05:01:25 +02:00
91398ecd5b style: move auth to own folder 2025-05-01 03:54:26 +02:00
Renamed from src/api/v1/login.rs (Browse further)