StudioProcess / imagetool

1 stars 0 forks source link

Add special login route that resets everything for the user #86

Closed martinleopold closed 7 years ago

martinleopold commented 8 years ago

A quick fix if users have problems, they go to e.g. /login?reset which clears client and server side session data on a successful login.

martinleopold commented 7 years ago

This is implemented through the /logout or /reset routes now. See #91.