Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alaister/elixir-jwks-rsa
- Owner: alaister
- Created: 2018-06-25T08:33:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T10:00:35.000Z (over 6 years ago)
- Last Synced: 2024-09-24T12:38:24.120Z (about 2 months ago)
- Language: Elixir
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```