15 Commits

Author SHA1 Message Date
nikita
157708d00f feat: store the result at each stage 2024-12-26 14:18:12 +03:00
nikita
36026b3afb refactor: distribute the domain folder 2024-12-26 13:38:43 +03:00
43edab2912 sec: return the token instead of performing actions with the user
All checks were successful
.NET Test Pipeline / build-and-test (push) Successful in 2m0s
Build and Deploy Docker Container / build-and-deploy (push) Successful in 2m53s
2024-12-26 08:51:22 +03:00
dcdd43469b feat: add payload model 2024-12-26 08:48:17 +03:00
408a95e4b3 refactor: add .editorconfig and refactor code 2024-12-25 05:43:30 +03:00
e760ddae0a feat: give the user the ability to make a password policy 2024-12-18 07:27:57 +03:00
2c09122971 fix: add cookie expire time 2024-11-04 03:15:13 +03:00
e977de3e4f feat: add authorize in OAuth 2024-11-04 02:39:10 +03:00
727f5c276e refactor: move files 2024-11-02 23:34:23 +03:00
1b24954c3e refactor: change int to string for Id 2024-11-02 20:21:46 +03:00
23f74b3bdf refactor: change name enums 2024-11-02 00:50: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
b25be758ad feat: add auth token 2024-05-29 05:33:55 +03:00
916b3795ed feat: add ip to struct 2024-05-29 05:27:27 +03:00
58ceca5313 feat: add pre-auth token structure 2024-05-29 04:30:32 +03:00