szurubooru/client/js
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
..
controllers server/auth: add token authentication 2018-03-25 22:23:29 +02:00
controls client/posts: override resize mode in home view 2017-12-15 19:11:39 +00:00
models server/auth: add token authentication 2018-03-25 22:23:29 +02:00
util server/auth: add token authentication 2018-03-25 22:23:29 +02:00
views server/auth: add token authentication 2018-03-25 22:23:29 +02:00
.gitignore client/build: true template precompiling 2016-05-21 10:04:23 +02:00
api.js server/auth: add token authentication 2018-03-25 22:23:29 +02:00
config.js split files into client/ and server/ 2016-04-01 18:48:16 +02:00
events.js client/auth: fix tag forms reachable via URL 2016-08-23 23:14:05 +02:00
main.js remove tags.json 2017-10-01 21:48:00 +02:00
router.js client/routing: fix certain history bug 2017-04-24 23:02:25 +02:00
tags.js client/tags: remove unused cruft 2017-10-01 22:09:00 +02:00
templates.js client/build: true template precompiling 2016-05-21 10:04:23 +02:00