Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alaister/elixir-jwks-rsa

JWKS Client for Elixir
https://github.com/alaister/elixir-jwks-rsa

Last synced: about 1 month ago
JSON representation

JWKS Client for Elixir

Awesome Lists containing this project

README

        

# Jwks Rsa

## WIP

**TODO: Add description**
**TODO: Better Caching**
**TODO: Rate Limiting**
**TODO: Tests**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `jwks_rsa` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:jwks_rsa, "~> 0.1.0"}
]
end
```