Block a user
BLOG-103 feat: add API documentation with Utoipa and configure routes
BLOG-100 User retrieval functionality in authentication module
BLOG-100 User retrieval functionality in authentication module
**The current error handling returns a generic 500 Internal Server Error for all
AuthError
variants. IfAuthError::UserNotFound
occurs, a 404 Not Found response…
BLOG-100 User retrieval functionality in authentication module
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
BLOG-86 Checking authentication before uploading image
Image can only be uploaded by logged in user
BLOG-86 Checking authentication before uploading image
**The
auth_middleware
currently allows requests to proceed ifsession.get
returns an
error or if theuser_id
is not found in the session. This bypasses…