You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Secure OAuth CSRF Protection: Implemented robust state-validation using cryptographically secure random tokens and HttpOnly cookies to mitigate CSRF attacks in social authentication flows.
Improved CLI Robustness: Enhanced argument parsing to support comma-separated strings for variadic flags like --social-auth and --auth.
Fixed
Architectural Parity & Type Safety: Standardized HTTP_STATUS.FORBIDDEN across all templates and resolved TypeScript type inference issues (never type) in generated Clean Architecture controllers.