Simplifies verification of Cloudflare Access application tokens.
For now, installations should be through git reference. Tags will be available for releases.
def deps do
[
{:cloudflare_access_ex, "~> 0.1"}
]
end
Docs are currently unpublished. Installation and usage instruction can be found in the top-level module docs.
We appreciate any contribution. Check our CONTRIBUTING.md guide for more information.
To build & test from source:
mix deps.get
mix check
Copyright (c) 2023, Prima.it.
The source code is licensed under the MIT License.
- Add a test
JwksStrategy
- If the keys get rotated unexpectedly, the 'JwksStrategy` signers will be out of date until the next poll.
- As the
JwksStrategy
module will be called for every request, it is a potential bottleneck. Should consider using an ets table or other shared memory mechanism. - Create a
Plug
module. - Write a better Readme
- Consider publishing to hex
- Consider contributing
JwksStrategy
(if good) back to joken_jwks