This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/server/szurubooru/tests
ReAnzu 483c32cfbf User Token Authentication
* Users are only authenticated against their password on login, and to retrieve a token.
* Passwords are wiped from the app 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
* A user interface to revoke tokens will be added
* Tokens correctly delete themselves on logout
* API documentation updated for the new user-token endpoints
* Added a Manage tokens tab to the user panel
* Added bullet point about the token authentication for the API
* Added tests for new endpoints and tests against authentication middleware
2018-03-10 16:38:55 -06:00
..
api User Token Authentication 2018-03-10 16:38:55 -06:00
assets server/tests: test image hash 2017-02-03 19:53:10 +01:00
func User Token Authentication 2018-03-10 16:38:55 -06:00
middleware User Token Authentication 2018-03-10 16:38:55 -06:00
model User Token Authentication 2018-03-10 16:38:55 -06:00
rest server: refactor + add type hinting 2017-02-05 16:34:45 +01:00
search server: lint 2017-04-24 23:30:53 +02:00
__init__.py server/general: embrace most of PEP8 2016-08-14 16:44:03 +02:00
conftest.py User Token Authentication 2018-03-10 16:38:55 -06:00