bodgery / bodgery-member-api

1 stars 1 forks source link

Unauthenticated users should be redirected to signin page when accessing view #23

Open frezik opened 5 years ago

frezik commented 5 years ago

When an unauthenticated user tries to access a secure view page (that is, one that's intended for human usage, not a pure API), redirect them to the signin page.

Regular API calls should continue to return a Forbidden response.