Commit Graph

10 Commits

Author SHA1 Message Date
rr- d8f11d87e5 front/auth: implement privileges + top nav auth 2016-03-30 23:23:03 +02:00
rr- 28c90a25f3 back/auth: fix access rank, add config validation 2016-03-30 21:23:19 +02:00
rr- 509fd0620d back/middleware: change context to dotdict 2016-03-28 22:54:09 +02:00
rr- 2e4e77791d back/auth: refactor authentication
- Removed transaction manager
- Each request gets its own session via DbSession middleware
- Moved authentication details to Authenticator middleware
- Fixed cyclic dependency between AuthService and UserService
2016-03-28 22:31:08 +02:00
rr- 8cf9b1dae4 back/users: add user retrieval 2016-03-28 14:27:46 +02:00
rr- ff0fe077d4 back/auth: fix access rank lookups 2016-03-28 14:27:46 +02:00
rr- 3fd7f64fa3 back/users: implement user registration 2016-03-28 14:27:46 +02:00
rr- c9a243cae8 back/users: change access rank to string 2016-03-28 10:41:43 +02:00
rr- 44c34e5785 back/users: make user names unique 2016-03-28 10:41:43 +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