An open API service indexing awesome lists of open source software.

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.

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.