# Packages
Package jwt brings a mean to manage JWT tokens on top of Axone network authentication mechanisms.
# Functions
NewProxy creates a new Proxy instance using the given service identifier and on-chain governance address (i.e.
# Structs
Identity denotes an identity that has been authenticated, which may contain some resolved authorizations.
# Interfaces
Proxy acts as the entrypoint of a service and is responsible for authenticating any identity willing to conduct some actions against the underlying service.
# Type aliases
AuthenticatedHandler is a handler that requires an authenticated user.