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 gleam.toml
Raw

gleam.toml

name = "flwr_oauth2"
version = "1.1.0"
description = "A small, focused OAuth 2.0 library for Gleam, built on top of Gleams HTTP requests and responses."
licences = ["MIT"]
repository = { type = "github", user = "fweingartshofer", repo = "oauth" }
links = [{ title = "Website", href = "https://github.com/fweingartshofer/oauth" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_time = ">= 1.2.0 and < 2.0.0"
prng = ">= 4.0.1 and < 5.0.0"
gleam_yielder = ">= 1.1.0 and < 2.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
gleam_json = ">= 3.0.2 and < 4.0.0"
[dev-dependencies]
glacier = ">= 1.3.2 and < 2.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"