rr-
28c90a25f3
back/auth: fix access rank, add config validation
2016-03-30 21:23:19 +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-
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-
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