swen_jwt

Package Version Hex Docs

gleam add swen_jwt@1
import swen_jwt as jwt

pub fn main() {
  jwt.new()
}

Further documentation can be found at https://hexdocs.pm/swen_jwt.

Development

gleam run   # Run the project
gleam test  # Run the tests
Search Document