• Joined on 2025-09-21
aetos pushed to main at apps/blog 2025-12-28 14:47:39 +00:00
226a6a651c Auth Package Extraction And Auth Flow Refactor (#2)
aetos merged pull request apps/blog#2 2025-12-28 14:47:38 +00:00
Auth Package Extraction And Auth Flow Refactor
aetos created pull request apps/blog#2 2025-12-28 14:44:50 +00:00
auth-package
aetos pushed to auth-package at apps/blog 2025-12-28 14:43:35 +00:00
99c2477ae8 auto login after register
aetos pushed to auth-package at apps/blog 2025-12-28 14:28:49 +00:00
86101a1b1c cleanup
bb9c411c92 refactor(auth): separate auth and author responsibilities and centralize auth client creation
5f6ae489fa AuthUser as model
2c18c7258b refactor(auth): extract auth into shared package and unify auth flow
Compare 4 commits »
aetos created branch auth-package in apps/blog 2025-12-28 14:28:49 +00:00
aetos pushed to main at services/codebase 2025-12-16 21:03:11 +00:00
3769f3c097 fixes to persist packages in pypi-server
aetos pushed to main at services/codebase 2025-12-16 12:20:42 +00:00
b1abed4f94 fixes to persist packages in pypi-server
aetos pushed to main at services/codebase 2025-12-16 12:17:11 +00:00
63523216e5 changed runner to 1
aetos pushed tag 0.3.1 to apps/blog 2025-12-13 14:02:24 +00:00
aetos pushed to main at apps/blog 2025-12-13 14:02:24 +00:00
14b43cb3c5 hotfix for build args and bumped up version
aetos pushed tag 0.3.0 to apps/blog 2025-12-13 13:34:10 +00:00
aetos deleted branch jwt from apps/blog 2025-12-13 13:15:23 +00:00
aetos pushed to main at apps/blog 2025-12-13 13:15:23 +00:00
8f398c35df Auth / Author Flow Hardening and Client Separation (#1)
aetos merged pull request apps/blog#1 2025-12-13 13:15:21 +00:00
Auth / Author Flow Hardening and Client Separation
aetos pushed to jwt at apps/blog 2025-12-13 13:13:56 +00:00
d61415236a bumped up version to 0.3.0
aetos pushed to jwt at apps/blog 2025-12-13 13:08:47 +00:00
80992f89ad added AUTH_BASE_URL in .drone.yml
aetos created pull request apps/blog#1 2025-12-13 12:42:31 +00:00
jwt
aetos pushed to jwt at apps/blog 2025-12-13 12:42:15 +00:00
8fe75b161b disabled changing username
aetos pushed to jwt at apps/blog 2025-12-11 15:30:21 +00:00
c23145f338 feat(auth): separate auth and blog API clients and integrate author auto-creation