szurubooru/client
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
..
css server/auth: add token authentication 2018-03-25 22:23:29 +02:00
html server/auth: add token authentication 2018-03-25 22:23:29 +02:00
img client/general: remove 404 image 2016-09-29 10:53:34 +02:00
js server/auth: add token authentication 2018-03-25 22:23:29 +02:00
public client/build: Google Droid Sans → local Open Sans 2016-05-21 14:02:08 +02:00
.babelrc client/build: transpile ES6 for older browsers 2016-04-13 20:13:10 +02:00
.jscsrc client/build: remove babel when not transpiling 2016-05-21 00:08:43 +02:00
build.js client/build: fix build, use uglify-es package directly 2017-08-11 17:36:10 +02:00
package-lock.json client: update dependencies 2018-01-06 21:35:53 +01:00
package.json client: update dependencies 2018-01-06 21:35:53 +01:00