sig_auth v0.1.2 API Reference
Modules
This module is primarily intended for client use, or for public key loading
on the server. While not strictly necessary, it is highly recommended to use
SigAuth.Plug
and a CredentialServer
to streamline authentication within
your server routing
This module represents the contract that every Credential Server must adhere
to. These methods are used by the SigAuth.Plug
module to streamline request
authentication and nonce maintenince
This is an example of the CredentialServer
behavior; this GenServer holds
the public keys of the authorized users for an application
This Plug is the intended entry point for Server-side SigAuth use