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.
- Host: GitHub
- URL: https://github.com/oreshinya/purescript-simple-jwt
- Owner: oreshinya
- License: mit
- Created: 2019-05-25T13:35:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T10:43:23.000Z (over 2 years ago)
- Last Synced: 2025-03-10T22:15:08.295Z (about 1 month ago)
- Topics: jwt, purescript
- Language: PureScript
- Homepage:
- Size: 237 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-simple-jwt
[](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