plug_auth v0.2.0 PlugAuth.Access.Role
Implements role-based access control. Authentication must occur before access control.
## Example:
plug PlugAuth.Authentication.Basic, realm: "Secret world"
plug PlugAuth.Access.Role, roles: [:admin]
Implements role-based access control. Authentication must occur before access control.
## Example:
plug PlugAuth.Authentication.Basic, realm: "Secret world"
plug PlugAuth.Access.Role, roles: [:admin]