Packages

A small, focused OAuth 2.0 library for Gleam, built on top of Gleams HTTP requests and responses.

Current section

Files

Jump to
flwr_oauth2 src flwr_oauth2.app.src
Raw

src/flwr_oauth2.app.src

{application, flwr_oauth2, [
{vsn, "2.2.0"},
{applications, [gleam_crypto,
gleam_http,
gleam_json,
gleam_stdlib,
gleam_time]},
{description, "A small, focused OAuth 2.0 library for Gleam, built on top of Gleams HTTP requests and responses."},
{modules, [flwr_oauth2,
flwr_oauth2@@main,
flwr_oauth2@authorization_grant,
flwr_oauth2@bearer_token,
flwr_oauth2@helpers,
flwr_oauth2@http_headers,
flwr_oauth2@jwt_profile,
flwr_oauth2@pkce,
flwr_oauth2@revocation]},
{registered, []}
]}.