gallery.accords-library.com/server/szurubooru/tests/api
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_comment_creating.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
test_comment_deleting.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
test_comment_rating.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
test_comment_retrieving.py server: use index-based paging (#123) 2017-02-09 22:40:00 +01:00
test_comment_updating.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
test_info.py server/posts: add posts:view:featured privilege 2017-08-24 17:17:09 +02:00
test_password_reset.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
test_post_creating.py remove tags.json 2017-10-01 21:48:00 +02:00
test_post_deleting.py server/posts: deleting a post purges its artifacts 2018-03-08 23:37:37 +01:00
test_post_favoriting.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
test_post_featuring.py server/posts: add posts:view:featured privilege 2017-08-24 17:17:09 +02:00
test_post_merging.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
test_post_rating.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
test_post_retrieving.py server: use index-based paging (#123) 2017-02-09 22:40:00 +01:00
test_post_updating.py remove tags.json 2017-10-01 21:48:00 +02:00
test_snapshot_retrieving.py server: use index-based paging (#123) 2017-02-09 22:40:00 +01:00
test_tag_category_creating.py remove tags.json 2017-10-01 21:48:00 +02:00
test_tag_category_deleting.py remove tags.json 2017-10-01 21:48:00 +02:00
test_tag_category_retrieving.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
test_tag_category_updating.py remove tags.json 2017-10-01 21:48:00 +02:00
test_tag_creating.py remove tags.json 2017-10-01 21:48:00 +02:00
test_tag_deleting.py remove tags.json 2017-10-01 21:48:00 +02:00
test_tag_merging.py remove tags.json 2017-10-01 21:48:00 +02:00
test_tag_retrieving.py server: use index-based paging (#123) 2017-02-09 22:40:00 +01:00
test_tag_siblings_retrieving.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
test_tag_updating.py remove tags.json 2017-10-01 21:48:00 +02:00
test_user_creating.py server/users: let administrators add new users 2018-03-07 21:30:24 +01:00
test_user_deleting.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
test_user_retrieving.py server: use index-based paging (#123) 2017-02-09 22:40:00 +01:00
test_user_token_creating.py server/auth: add token authentication 2018-03-25 22:23:29 +02:00
test_user_token_deleting.py server/auth: add token authentication 2018-03-25 22:23:29 +02:00
test_user_token_retrieving.py server/auth: add token authentication 2018-03-25 22:23:29 +02:00
test_user_token_updating.py server/auth: add token authentication 2018-03-25 22:23:29 +02:00
test_user_updating.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00