README.md
# swen_jwt
[](https://hex.pm/packages/swen_jwt)
[](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
```