Commit graph

7 commits

Author SHA1 Message Date
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
rr-
b9fa64317d docs: specify expected Python version 2016-12-26 11:57:05 +01:00
rr-
a905410b84 docs/readme: add proper readme 2016-09-08 18:13:24 +02:00
rr-
7334f70829 docs/readme: update links to roadmap 2016-04-17 17:24:19 +02:00
rr-
450b9bf504 docs/readme: update readme 2016-04-13 13:09:40 +02:00
rr-
7e26fc87ce docs: formalize README 2016-03-31 23:44:53 +02:00
rr-
797ace982f start
Done so far

Basic backend skeleton

- technology choices
- database migration outline
- basic self hosting facade
- basic REST outline
- proof of concept for auth and privileges

Basic frontend skeleton

- technology choices
- pretty robust frontend compilation
- top navigation
- proof of concept for registration form
2016-03-27 23:05:10 +02:00