Add :app_id to people_roles + allow people to grant any role for their app(s) #119
Closed
3 tasks done
Labels
chore
a tedious but necessary task often paying technical debt
enhancement
New feature or enhancement of existing functionality
in-progress
An issue or pull request that is being worked on by the assigned person
priority-2
Second highest priority, should be worked on as soon as the Priority-1 issues are finished
T1h
Time Estimate 1 Hour
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
At present only
superadmin
(person.id == 1
) cangrant
roles to people.auth/lib/auth_web/controllers/role_controller.ex
Lines 141 to 155 in 23df807
We obviously need the ability for people who own an
app
to be able to grant the role that they created to anyperson
who has authenticated with theirapp
...Todo
:app_id
topeople_roles
schema.grant
one of thedefault roles
to any person authenticated with their App (viaauth
).This is related to (but distinct from) restricting access to roles #116
The text was updated successfully, but these errors were encountered: