Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactoring allow auto logout functionality #1030

Open
Claymanus opened this issue Dec 20, 2017 · 2 comments
Open

refactoring allow auto logout functionality #1030

Claymanus opened this issue Dec 20, 2017 · 2 comments

Comments

@Claymanus
Copy link
Member

There is a bad solution writing the allow_auto_logout option into a cookie. Instead of this the following implementation should be the best:

  • the present "logout" api method should be privat for adatom.hu domain
  • the allow_auto_logout option should be stored into ada database
  • for plugin usage a "logout_if_allowed" api method should be implement. This will sign out the user if allow_auto_logout is set.
@Claymanus Claymanus changed the title allow auto logout functionality refactoring allow auto logout functionality Dec 20, 2017
@magwas
Copy link
Member

magwas commented Dec 20, 2017 via email

@Claymanus
Copy link
Member Author

akkor leszarom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants