https://github.com/ravenstine/jwt.cr
A JSON Web Tokens implementation for Crystal.
https://github.com/ravenstine/jwt.cr
Last synced: about 2 months ago
JSON representation
A JSON Web Tokens implementation for Crystal.
- Host: GitHub
- URL: https://github.com/ravenstine/jwt.cr
- Owner: Ravenstine
- License: mit
- Created: 2015-10-01T04:48:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-01T16:33:39.000Z (over 9 years ago)
- Last Synced: 2025-02-10T08:32:00.311Z (4 months ago)
- Language: Crystal
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JWT.cr
A Crystal implementation of [JSON Web Token](https://tools.ietf.org/html/rfc7519).This library is not done yet and doesn't work. It's a fork of https://github.com/jwt/ruby-jwt.
Feel free to help me finish this up. It's a pretty small library so it shouldn't take long to completely convert. I am very busy so I can only work on it in small increments here and there.