@saflib/identity
@saflib/identity
Interfaces
Interface | Description |
---|---|
IdentityServiceCallbacks | Callbacks for events which occur in the identity service. This is the main way to hook into the identity service. |
StartIdentityServiceOptions | Options for starting the auth service, including both HTTP and gRPC servers. |
Type Aliases
Type Alias | Description |
---|---|
User | The underlying user model, provided to callbacks. |
Functions
Function | Description |
---|---|
startIdentityService | Start the auth service, including both HTTP and gRPC servers. |