• Joined on 2025-01-06
squid created branch BLOG-95_rename_sql_migration_file in squid/blog 2025-08-01 14:51:14 +08:00
squid opened issue squid/blog#97 2025-08-01 14:39:41 +08:00
Remove deprecated SQL migration file
squid deleted branch BLOG-94_create_user_when_first_login from squid/blog 2025-08-01 13:24:09 +08:00
squid merged pull request squid/blog#96 2025-08-01 13:24:09 +08:00
BLOG-94 Create user in DB when first login through OIDC
squid pushed to main at squid/blog 2025-08-01 13:24:09 +08:00
9c88b4bb55 BLOG-94 Create user in DB when first login through OIDC (#96)
squid closed issue squid/blog#94 2025-08-01 13:24:09 +08:00
Create user in DB when first login through OIDC
squid commented on pull request squid/blog#96 2025-08-01 13:11:58 +08:00
BLOG-94 Create user in DB when first login through OIDC

**The current error handling for get_user_by_source_id only checks for
AuthError::UserNotFound. If a different database error occurs, it is not propagated,…

squid pushed to BLOG-94_create_user_when_first_login at squid/blog 2025-08-01 13:10:56 +08:00
ef7db7424a BLOG-94 fix: improve error handling for user retrieval
squid created pull request squid/blog#96 2025-08-01 13:05:11 +08:00
BLOG-94 Create user in DB when first login through OIDC
squid pushed to BLOG-94_create_user_when_first_login at squid/blog 2025-08-01 12:53:02 +08:00
d349fd672c BLOG-94 refactor: rename db mapper
squid pushed to BLOG-94_create_user_when_first_login at squid/blog 2025-08-01 12:49:53 +08:00
8f8857ee8e BLOG-94 refactor: change image ID from Option<i32> to i32 in Image struct and related mappers
e8f7f96677 BLOG-94 feat: create user when first login through OIDC
Compare 2 commits »
squid created branch BLOG-94_create_user_when_first_login in squid/blog 2025-08-01 12:49:53 +08:00
squid opened issue squid/blog#95 2025-08-01 12:43:07 +08:00
Rename SQL migration file name
squid opened issue squid/blog#94 2025-08-01 11:08:13 +08:00
Create user in DB when first login through OIDC
squid created branch BLOG-86_image_can_only_be_uploaded_by_logged_in_user in squid/blog 2025-07-30 03:53:31 +08:00
squid closed issue squid/blog#85 2025-07-30 03:46:50 +08:00
Account and sso login
squid deleted branch BLOG-85_oidc_login from squid/blog 2025-07-30 03:46:50 +08:00
squid pushed to main at squid/blog 2025-07-30 03:46:50 +08:00
dd0567c937 BLOG-85 Implement OIDC authentication (#93)
squid merged pull request squid/blog#93 2025-07-30 03:46:50 +08:00
BLOG-85 Implement OIDC authentication