Current section
Files
Jump to
Current section
Files
src/flwr_oauth2.app.src
{application, flwr_oauth2, [
{vsn, "1.0.0"},
{applications, [gleam_hackney,
gleam_http,
gleam_json,
gleam_stdlib,
gleam_time,
gleam_yielder,
prng]},
{description, "A small, focused OAuth 2.0 library for Gleam designed to cover the most common authorization flows without the complexity of larger frameworks."},
{modules, [flwr_oauth2@@main,
oauth2]},
{registered, []}
]}.