Current section
Files
Jump to
Current section
Files
src/flwr_oauth2.app.src
{application, flwr_oauth2, [
{vsn, "1.3.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@bearer_token,
flwr_oauth2@helpers,
flwr_oauth2@http_headers,
flwr_oauth2@jwt_profile,
flwr_oauth2@pkce,
flwr_oauth2@revocation]},
{registered, []}
]}.