Module apikit::auth[][src]

Expand description

Everything related to authentication.

Structs

StorageNodeIdentity

Represents a storage node identity.

UserIdentity

Represents a user identity.

Functions

make_token

Generate a signed token from an encryption key and a serializable payload.

storage_node

Warp filter to extract a storage node identity from the request.

user

Warp filter to extract a user identity from the request. Use this when a route should be user-accessible.