Go to file
Vincent Prouillet 7585a7f0f9 Initial commit 2015-10-31 15:37:15 +00:00
src Initial commit 2015-10-31 15:37:15 +00:00
.editorconfig Initial commit 2015-10-31 15:37:15 +00:00
.gitignore Initial commit 2015-10-31 15:37:15 +00:00
Cargo.toml Initial commit 2015-10-31 15:37:15 +00:00
README.md Initial commit 2015-10-31 15:37:15 +00:00

README.md

JWT

JWT::encode(payload, secret, algo) -> Result<String>
JWT::decode(token, secret, algo) -> Result<Claims>