Skip to content

Use authsome fail-redirect config (#6)

Richard Smith-Unna requested to merge auth-fail-redirect into master

This adds configurable redirection on authentication failure to AuthenticatedComponent.

It uses the fail-redirect entry from authsome config, if it exists, else it returns an empty span.

Question: do we want to do something better than the empty span by default? Perhaps a simple message?

Merge request reports