Fumetsu

Results 4 issues of Fumetsu

Fix: Prevent janky login screen flash after successful authentication Problem After a user successfully logs in, the login screen briefly flashes for a split second before redirecting to the home...

This commit addresses issue #14583 by changing the and methods to accept as a parameter instead of the raw type. Changes: - Updated to accept parameter - Updated to accept...

type: breaking change

Updated the documentation to explain what validations happen automatically vs what developers need to handle themselves. Added some examples showing different use cases including custom claim validation. Fixes #4542 ###...

This change enables middleware to handle errors gracefully by allowing them to return redirect responses even after the error handler has been invoked. Previously, when an error occurred in a...