smpallen99 / coherence

Coherence is a full featured, configurable authentication system for Phoenix
MIT License
1.27k stars 224 forks source link

Question: Is there a way to display a message requiring sign in? #415

Open messutied opened 5 years ago

messutied commented 5 years ago

I would like to display a message requiring sign in when a user attempts to access a protected URL without being signed in, is there an option for this? I could not find it.

At the moment the user just gets redirected to the configured logged_out_url without explanation, which seems a bit unfriendly to me.

Thanks.