-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(wip): jwt auth * feat: more jwt auth impl * chore: add interceptor tests * chore: check auth when required * chore(wip): working on ITs * chore: rm unneeded pem * chore: fix ITs * chore: set allowed signing algs * chore: add some config file validation and tests for jwt * chore: ITs pass * chore: fix login link * chore: rm unused field * chore: fix linter errs * chore: fix build * chore: PR feedback/validate exp; cuefmt * chore: switch to public_key_file * chore: try to fix readonly ITs * chore: add test for jwks * chore: add back ClientTokenProvider * chore: comment on supported signing algs; add EdDSA * chore: delete broken test for now * chore: update readme
- Loading branch information
1 parent
451ab64
commit f22446f
Showing
36 changed files
with
1,042 additions
and
314 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.