gallery.accords-library.com/server/szurubooru/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/auth: add token authentication 2018-03-25 22:23:29 +02:00
comment_api.py server: lint 2017-04-24 23:30:53 +02:00
info_api.py server/posts: add posts:view:featured privilege 2017-08-24 17:17:09 +02:00
password_reset_api.py server: lint 2017-04-24 23:30:53 +02:00
post_api.py server/posts: auto convert GIFs to WEBMs/MP4s 2018-03-08 07:48:45 +01:00
snapshot_api.py server: lint 2017-04-24 23:30:53 +02:00
tag_api.py remove tags.json 2017-10-01 21:48:00 +02:00
tag_category_api.py remove tags.json 2017-10-01 21:48:00 +02:00
upload_api.py server: lint 2017-04-24 23:30:53 +02:00
user_api.py server/users: let administrators add new users 2018-03-07 21:30:24 +01:00
user_token_api.py server/auth: add token authentication 2018-03-25 22:23:29 +02:00