gallery.accords-library.com/server/szurubooru/model
ReAnzu 2a69f0193f server/auth: add token authentication
* Users are only authenticated against their password on login,
  and to retrieve a token
* Passwords are wiped from the GUI frontend and cookies
  after login and token retrieval
* Tokens are revoked at the end of the session/logout
* If the user chooses the "remember me" option,
  the token is stored in the cookie
* Tokens correctly delete themselves on logout
* Tokens can expire at user-specified date
* Tokens have their last usage time
* Tokens can have user defined descriptions
* Users can manage login tokens in their account settings
2018-03-25 22:23:29 +02:00
..
__init__.py server/auth: add token authentication 2018-03-25 22:23:29 +02:00
base.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
comment.py server/model: use new sqlalchemy import style 2017-02-05 23:21:43 +01:00
post.py server: lint 2017-04-24 23:30:53 +02:00
snapshot.py server/model: use new sqlalchemy import style 2017-02-05 23:21:43 +01:00
tag.py server/model: use new sqlalchemy import style 2017-02-05 23:21:43 +01:00
tag_category.py server: lint 2017-04-24 23:30:53 +02:00
user.py server/auth: add token authentication 2018-03-25 22:23:29 +02:00
util.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00