Skip to content

tmsdev82/rust-jwt-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust JWT tutorial

This code repository shows a basic example of how to use the jsonwebtoken Rust crate.

It shows encoding, decoding and validation of a token with simple claims.

There is an article on my blog explaining the details of this example: How to use JWT with Rust: learn the basics here.

Install & Run

Simply run the project using cargo:

cargo run

The output should be token information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages