smpallen99 / coherence

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

Can't display login on newly generated project #390

Closed smpallen99 closed 5 years ago

smpallen99 commented 5 years ago

When I install coherence, the sign in page does not get displayed by default. This is caused by the installer adding logged_out_url: "/" to the configuration. This should not be included. This way, when we visit a page that requires authentication and we are not authenticated, the sign-in page is presented.