swen_jwt
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
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.
gleam run # Run the project
gleam test # Run the tests