dev.cheleb.ziotapir.SecuredBaseController
A base controller for all secured endpoints
Value parameters
-
principalExtractor
-
the function to extract the principal from the Security Input
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
List of routes that will be added to the server
List of routes that will be added to the server
Attributes
-
Inherited from:
-
BaseController
List of stream routes that will be added to the server
List of stream routes that will be added to the server
Attributes
-
Inherited from:
-
BaseController
ZIO security logic for a server endpoint
ZIO security logic for a server endpoint
Extracts the user principal from the request Security Input, and applies
Value parameters
-
logic,
-
curryied function from user principal to request to response
Attributes