https://github.com/linjunpop/jwt_demo
Try! JWT
https://github.com/linjunpop/jwt_demo
Last synced: 23 days ago
JSON representation
Try! JWT
- Host: GitHub
- URL: https://github.com/linjunpop/jwt_demo
- Owner: linjunpop
- Created: 2019-06-25T13:22:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T02:06:06.000Z (about 7 years ago)
- Last Synced: 2025-02-26T11:14:32.780Z (over 1 year ago)
- Language: Elixir
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Try! JWT Workshop
## Intro to JWT
## Implement your own unsecured JWT encoder
## Improve the encoder to support signning with SHA256
## Implement decoder