keratin / authn

Prototype version of AuthN service. See: keratin/authn-server
https://keratin.tech
GNU Lesser General Public License v3.0
34 stars 0 forks source link

Make redirect-on-logout configurable #45

Closed praxxis closed 7 years ago

praxxis commented 7 years ago

XHR/fetch will follow the redirect on the front end, creating a page refresh. We should be able to programmatically handle the outcome of a logout (e.g. by nulling out the user reference on the frontend).

praxxis commented 7 years ago

https://github.com/keratin/authn/blob/master/app/controllers/sessions_controller.rb#L63