Ensure that Roles (List) is Available on conn.assigns.person.roles #91
Labels
enhancement
New feature or enhancement of existing functionality
question
A question needs to be answered before progress can be made on this issue
T1h
Time Estimate 1 Hour
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
At present
conn.assigns.person
does not contain any roles:superuser
(person.id==1
) needs to have thesuperuser
role assigned inseeds.exs
.conn.assigns.person
) should haveroles
key andspace-separatedcomma-separated role_idse.g:
"superadmin admin home_external"
"1,8,42"
The text was updated successfully, but these errors were encountered: