Use authsome fail-redirect config (#6)
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?