feat(auth): rewrite authentication to not use oauth manage users in app instead #163

Merged
jleibl merged 13 commits from feature/authentication into main 2025-05-07 14:28:51 +00:00

13 commits

Author SHA1 Message Date
5a0d7b2313
chore: prettier
All checks were successful
CI / Get Changed Files (pull_request) Successful in 12s
CI / Docker backend validation (pull_request) Successful in 13s
CI / eslint (pull_request) Successful in 36s
CI / Docker frontend validation (pull_request) Successful in 53s
CI / Checkstyle Main (pull_request) Successful in 52s
CI / oxlint (pull_request) Successful in 24s
CI / prettier (pull_request) Successful in 26s
CI / test-build (pull_request) Successful in 43s
2025-05-07 16:26:21 +02:00
91e546226d
chore: shitty ahh rebase
Some checks failed
CI / Get Changed Files (pull_request) Successful in 10s
CI / Docker backend validation (pull_request) Successful in 10s
CI / oxlint (pull_request) Successful in 28s
CI / Docker frontend validation (pull_request) Successful in 43s
CI / eslint (pull_request) Successful in 34s
CI / Checkstyle Main (pull_request) Successful in 46s
CI / prettier (pull_request) Failing after 24s
CI / test-build (pull_request) Successful in 34s
2025-05-07 16:23:06 +02:00
84250969aa
feat(auth): add user refresh functionality in services
Some checks failed
CI / Get Changed Files (pull_request) Successful in 9s
CI / Docker backend validation (pull_request) Successful in 10s
CI / Docker frontend validation (pull_request) Failing after 36s
CI / oxlint (pull_request) Failing after 27s
CI / eslint (pull_request) Failing after 33s
CI / Checkstyle Main (pull_request) Successful in 46s
CI / prettier (pull_request) Failing after 23s
CI / test-build (pull_request) Failing after 31s
2025-05-07 15:39:39 +02:00
851cfe1bc8
refactor: remove unused parameters and improve formatting 2025-05-07 15:39:39 +02:00
1111c91407
feat(auth): update login and register components design 2025-05-07 15:39:39 +02:00
a178386355
style: clean up import statements for consistency 2025-05-07 15:39:39 +02:00
0cf2ea3438
refactor: clean up unused imports across controllers 2025-05-07 15:39:39 +02:00
8ba6d4e4d9
feat(auth): put login and register templates in files 2025-05-07 15:39:39 +02:00
b1e173f44b
refactor: remove redundant user not found message handling 2025-05-07 15:39:39 +02:00
29a53ea781
fix: fix stupid ahh bug where u get logged out when doing fucking anything stupid fucking http interceptor 2025-05-07 15:39:39 +02:00
3b95725d88
refactor: simplify user service and update routes 2025-05-07 15:39:38 +02:00
51540c930b
style: format code and improve readability 2025-05-07 15:39:11 +02:00
35d8fbaea0
feat: implement authentication with JWT and user management 2025-05-07 15:38:53 +02:00