v0.11.0
- Send
redirect_with_error=1
to redirect flow and handle errors like in OAuth spec. - Support
error_path_for
for custom error handling. - Automatically set
state
parameter for OAuth login and check response to protect
against replay attacks.
redirect_with_error=1
to redirect flow and handle errors like in OAuth spec.error_path_for
for custom error handling.state
parameter for OAuth login and check response to protect