docs
Members list
Packages
package mbauer83.zio_http_authorization
A simple library for role-based and permission-based access-control with ZIO-http. Provides the means to declare and manage Resources, Permissions, Roles, Users and AuthorizationPolicies.
A simple library for role-based and permission-based access-control with ZIO-http. Provides the means to declare and manage Resources, Permissions, Roles, Users and AuthorizationPolicies.
These policies can then be registered with an EndpointPolicyProvider as partial functions from Request to AuthorizationPolicy.
The EndpointPolicyProvider (e.g. DefaultEndpointPolicyProvider) can then be used to get a matching policy for a given Request.
Attributes
In this article