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/client/js/models
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
..
abstract_list.js remove tags.json 2017-10-01 21:48:00 +02:00
comment.js client: refactor linking and routing 2017-01-21 00:13:35 +01:00
comment_list.js client/general: replace direct API with models 2016-06-20 23:52:09 +02:00
info.js client: refactor linking and routing 2017-01-21 00:13:35 +01:00
note.js client/posts: add note editing 2016-08-05 23:02:41 +02:00
note_list.js client/posts: add note editing 2016-08-05 23:02:41 +02:00
point.js client/posts: add note editing 2016-08-05 23:02:41 +02:00
point_list.js client/posts: add note editing 2016-08-05 23:02:41 +02:00
post.js client/posts: fix copy tags list of string values error #153 2018-03-09 07:53:54 +01:00
post_list.js client/posts: add option to disable safety ratings 2017-03-30 20:50:12 +02:00
settings.js client/settings: add ability to autoplay videos 2016-11-11 23:14:51 +01:00
snapshot.js client/snapshots: add snapshots browser 2016-08-20 13:01:17 +02:00
snapshot_list.js server: use index-based paging (#123) 2017-02-09 22:40:00 +01:00
tag.js remove tags.json 2017-10-01 21:48:00 +02:00
tag_category.js client: refactor linking and routing 2017-01-21 00:13:35 +01:00
tag_category_list.js client: refactor linking and routing 2017-01-21 00:13:35 +01:00
tag_list.js remove tags.json 2017-10-01 21:48:00 +02:00
top_navigation.js client/views: show "!" in document title on errors 2016-09-26 22:48:13 +02:00
user.js client: refactor linking and routing 2017-01-21 00:13:35 +01:00
user_list.js server: use index-based paging (#123) 2017-02-09 22:40:00 +01:00
user_token.js User Token Authentication 2018-03-10 16:38:55 -06:00