Ecosyste.ms: Awesome

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

https://github.com/mschae/jwtex

A JWT encoding and decoding library in Elixir
https://github.com/mschae/jwtex

Last synced: about 2 months ago
JSON representation

A JWT encoding and decoding library in Elixir

Lists

README

        

Jwtex
=====

A library to en- and decode JWT tokens.

Supports the following alogrithms:

- plaintext
- HS256
- HS384
- HS512

Will add more in the future.

Supports the following properties:

- exp
- nbf

## Usage

```elixir
JWTex.decode "to.ke.n", "secret
```