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]