Packages

json web tokens in gleam

Retired package:

Current section

Files

Jump to
swen_jwt README.md
Raw

README.md

# swen_jwt
[![Package Version](https://img.shields.io/hexpm/v/swen_jwt)](https://hex.pm/packages/swen_jwt)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/swen_jwt/)
```sh
gleam add swen_jwt@1
```
```gleam
import swen_jwt as jwt
pub fn main() {
jwt.new()
}
```
Further documentation can be found at <https://hexdocs.pm/swen_jwt>.
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```