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

https://github.com/oreshinya/purescript-simple-jwt

Simple JWT encoder and decoder for PureScript.
https://github.com/oreshinya/purescript-simple-jwt

jwt purescript

Last synced: 16 days ago
JSON representation

Simple JWT encoder and decoder for PureScript.

Awesome Lists containing this project

README

        

# purescript-simple-jwt

[![Latest release](http://img.shields.io/github/release/oreshinya/purescript-simple-jwt.svg)](https://github.com/oreshinya/purescript-simple-jwt/releases)

Simple [JWT(JSON Web Token)](http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html) encoder and decoder for PureScript.

## Installation

### Bower

```
$ bower install purescript-simple-jwt
```

### Spago

```
$ spago install simple-jwt
```

## Documentation

Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-simple-jwt).

## LICENSE

MIT