• Joined on 2025-01-06
squid created pull request squid/blog#106 2025-08-02 06:49:42 +08:00
BLOG-103 feat: add API documentation with Utoipa and configure routes
squid pushed to BLOG-103_backend_api_doc at squid/blog 2025-08-02 06:44:50 +08:00
68100e9b54 BLOG-103 feat: add OIDC authentication handlers and integrate Utoipa for API documentation
1cf634bd19 BLOG-103 feat: integrate Utoipa for API documentation and add image upload functionality
562d658ea1 BLOG-103 feat: api doc for post routes
Compare 3 commits »
squid created branch BLOG-103_backend_api_doc in squid/blog 2025-08-02 03:35:29 +08:00
squid pushed to BLOG-103_backend_api_doc at squid/blog 2025-08-02 03:35:29 +08:00
1d28ec616b BLOG-103 feat: add API documentation with Utoipa and configure routes
squid opened issue squid/blog#105 2025-08-01 18:52:26 +08:00
Label creating and updating routes
squid opened issue squid/blog#104 2025-08-01 18:51:56 +08:00
Post creating and updating routes
squid opened issue squid/blog#103 2025-08-01 18:51:00 +08:00
Backend API document
squid pushed to main at squid/blog 2025-08-01 18:42:24 +08:00
f986810540 BLOG-100 User retrieval functionality in authentication module (#102)
squid deleted branch BLOG-100_get_current_logged_in_user from squid/blog 2025-08-01 18:42:24 +08:00
squid closed issue squid/blog#100 2025-08-01 18:42:22 +08:00
Get current logged in user data
squid merged pull request squid/blog#102 2025-08-01 18:42:22 +08:00
BLOG-100 User retrieval functionality in authentication module
squid commented on pull request squid/blog#102 2025-08-01 18:42:16 +08:00
BLOG-100 User retrieval functionality in authentication module

**The current error handling returns a generic 500 Internal Server Error for all
AuthError variants. If AuthError::UserNotFound occurs, a 404 Not Found response…

squid created pull request squid/blog#102 2025-08-01 18:39:54 +08:00
BLOG-100 User retrieval functionality in authentication module
squid pushed to BLOG-100_get_current_logged_in_user at squid/blog 2025-08-01 18:38:22 +08:00
6c1b970953 BLOG-100 feat: user retrieval functionality in authentication module
squid created branch BLOG-100_get_current_logged_in_user in squid/blog 2025-08-01 18:38:22 +08:00
squid pushed to main at squid/blog 2025-08-01 18:26:41 +08:00
197d7773ef BLOG-86 Checking authentication before uploading image (#101)
squid deleted branch BLOG-86_image_can_only_be_uploaded_by_logged_in_user from squid/blog 2025-08-01 18:26:41 +08:00
squid merged pull request squid/blog#101 2025-08-01 18:26:39 +08:00
BLOG-86 Checking authentication before uploading image
squid closed issue squid/blog#86 2025-08-01 18:26:39 +08:00
Image can only be uploaded by logged in user
squid commented on pull request squid/blog#101 2025-08-01 18:24:50 +08:00
BLOG-86 Checking authentication before uploading image

**The auth_middleware currently allows requests to proceed if session.get returns an
error or if the user_id is not found in the session. This bypasses…