gallery.accords-library.com/server/szurubooru/tests/func
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/general: embrace most of PEP8 2016-08-14 16:44:03 +02:00
test_auth.py server/auth: add token authentication 2018-03-25 22:23:29 +02:00
test_comments.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
test_diff.py server/snapshots: rewrite 2016-08-16 21:51:25 +02:00
test_image_hash.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
test_mime.py server/general: embrace most of PEP8 2016-08-14 16:44:03 +02:00
test_net.py server/net: make the user-agent configurable 2017-03-03 17:27:23 +01:00
test_posts.py server/posts: deleting a post purges its artifacts 2018-03-08 23:37:37 +01:00
test_snapshots.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
test_tag_categories.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
test_tags.py remove tags.json 2017-10-01 21:48:00 +02:00
test_user_tokens.py server/auth: add token authentication 2018-03-25 22:23:29 +02:00
test_users.py server/users: harden password hashes 2018-03-08 23:40:47 +01:00
test_util.py server/general: embrace most of PEP8 2016-08-14 16:44:03 +02:00