Block a user
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
BLOG-85 Implement OIDC authentication
BLOG-85 Implement OIDC authentication
After introducing
AuthError::InvalidState
and using it for state validation, update
theoidc_callback_handler
to correctly handle this new error variant. This…
BLOG-85 Implement OIDC authentication