Files
authorizer/TODO.md

17 lines
577 B
Markdown
Raw Normal View History

2021-09-18 16:57:08 +05:30
# Task List
# Feature roles
For the first version we will only support setting roles master list via env
- [x] Support following ENV
- [x] `ROLES` -> comma separated list of role names
- [x] `DEFAULT_ROLE` -> default role to assign to users
- [x] Add roles input for signup
2021-09-19 00:04:54 +05:30
- [x] Add roles to update profile mutation
2021-09-20 10:00:17 +05:30
- [x] Add roles input for login
- [x] Return roles to user
- [x] Return roles in users list for super admin
- [x] Add roles to the JWT token generation
2021-09-20 10:34:09 +05:30
- [x] Validate token should also validate the role, if roles to validate again is present in request