szurubooru/client/js/util
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
..
keyboard.js client/posts: add note editing 2016-08-05 23:02:41 +02:00
markdown.js client/util: fix style 2017-01-08 10:25:29 +01:00
misc.js client: refactor linking and routing 2017-01-21 00:13:35 +01:00
optimized_resize.js client/home: view featured post, add search form 2016-05-29 12:41:22 +02:00
polyfill.js server/auth: add token authentication 2018-03-25 22:23:29 +02:00
progress.js client/posts: wrap with big progress 2017-01-08 22:29:05 +01:00
search.js client/build: ditch arrayToObject 2016-09-29 11:16:55 +02:00
uri.js server: fix problems with escaping 2017-01-21 00:22:53 +01:00
views.js server/auth: add token authentication 2018-03-25 22:23:29 +02:00