8 Commits

Author SHA1 Message Date
408a95e4b3 refactor: add .editorconfig and refactor code 2024-12-25 05:43:30 +03:00
598ebabc5c sec: use HMAC to encrypt state 2024-12-18 07:24:33 +03:00
e977de3e4f feat: add authorize in OAuth 2024-11-04 02:39:10 +03:00
cd6f25deba refactor: transfer logic
All logic related to token manipulation has been transferred to the AuthService. Also added TOTP 2FA and rethought the logic of logging into the application
2024-10-31 04:12:02 +03:00
2efdc6dbfe feat: add auth service to DI 2024-05-29 06:04:09 +03:00
8408b80c35 feat: add pre-auth to DI 2024-05-29 04:34:00 +03:00
6029ea3c2c refactor: move hashing to services 2024-05-29 04:11:04 +03:00
656d7dca0b feat: add DI 2024-05-29 04:09:10 +03:00