1
0
Fork 0

More TODOs for authentication

master
Ambrose Chua 2017-03-31 16:13:38 +08:00
parent 101e95599e
commit 3ed73167e8
1 changed files with 9 additions and 0 deletions

View File

@ -7,6 +7,15 @@ A school event planner and timetable
- [ ] Migrations, default data
- [ ] Authentication
- [ ] Global React `user`
- [x] OID auth client
- [ ] jwt token provider
- [ ] auth is a choice between oidc and pass, sends token/pass to `/auth` for validation
- [ ] `/auth` verifies oid token or pass, generates signed jwt
- [ ] jwt taken contains user role
- [ ] hide/protect certain element
- [ ] fake validator for jwt at protected endpoints
- [ ] assume user is admin
- [ ] Create group
- [ ] Create one-off events
- [ ] Create attachments