jwtex
JWT encoder
A library for encoding and decoding JSON Web Tokens (JWTs) using various encryption algorithms.
A JWT encoding and decoding library in Elixir
5 stars
2 watching
0 forks
Language: Elixir
last commit: over 9 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
woxtu/elixir-mbcs | A library providing functions for character encoding conversion using the erlang-mbcs module | 27 |
meh/jazz | A JSON handling library for Elixir. | 61 |
stanscates/react-native-jwt | A package for encoding and decoding JSON Web Tokens compatible with React Native | 43 |
treye/json_stream_encoder | A streaming JSON encoder for Elixir that prioritizes memory efficiency and parallelism over raw speed. | 8 |
benmcollins/libjwt | A library that provides an implementation of the JSON Web Token specification in C | 354 |
jfacorro/eden | An Elixir library that provides an encoder/decoder for the extensible data notation (EDN) format. | 38 |
mana-ethereum/ex_rlp | An Elixir implementation of Ethereum's RLP encoding specification | 31 |
dvsekhvalnov/jose-jwt | A library implementing JSON Web Token and related security protocols for .NET development | 946 |
garyf/json_web_token_ex | An Elixir implementation of the JSON Web Token (JWT) Standard | 143 |
cblage/elixir-json | Provides native JSON encoding and decoding support for Elixir | 217 |
julienvincent/ts-codec | A set of TypeScript tools for encoding, decoding, and validating data using JSON-Schema. | 17 |
rjsamson/hexate | A module for encoding and decoding hexadecimal data in Elixir | 30 |
ufirstgroup/ymlr | A YAML encoder for Elixir. | 22 |
sija/base62.cr | A library that encodes numbers using a compact set of characters (Base62) and provides decoding functionality. | 10 |
elixirs/base62 | A pure Elixir implementation of Base62 encoding and decoding | 20 |