gallery.accords-library.com/server/szurubooru/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: rename 'util' to 'func' 2016-04-20 11:58:17 +02:00
auth.py server/auth: add token authentication 2018-03-25 22:23:29 +02:00
cache.py server: lint 2017-04-24 23:30:53 +02:00
comments.py server: lint 2017-04-24 23:30:53 +02:00
diff.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
favorites.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
file_uploads.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
files.py server/files: fix import for Py3.5 2017-02-05 22:38:55 +01:00
image_hash.py server: lint 2017-04-24 23:30:53 +02:00
images.py server/posts: auto convert GIFs to WEBMs/MP4s 2018-03-08 07:48:45 +01:00
mailer.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
mime.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
net.py server/net: make the user-agent configurable 2017-03-03 17:27:23 +01:00
posts.py server/posts: deleting a post purges its artifacts 2018-03-08 23:37:37 +01:00
scores.py server: lint 2017-04-24 23:30:53 +02:00
serialization.py server: lint 2017-04-24 23:30:53 +02:00
snapshots.py server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
tag_categories.py server/tags: allow uppercase tag category colors 2017-10-08 21:38:38 +02:00
tags.py remove tags.json 2017-10-01 21:48:00 +02:00
user_tokens.py server/auth: add token authentication 2018-03-25 22:23:29 +02:00
users.py server/auth: add token authentication 2018-03-25 22:23:29 +02:00
util.py server/auth: add token authentication 2018-03-25 22:23:29 +02:00
versions.py server: lint 2017-04-24 23:30:53 +02:00