-
Notifications
You must be signed in to change notification settings - Fork 8
197 fetch oauth public key #214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Bram Tweedegolf <[email protected]>
Signed-off-by: Bram Tweedegolf <[email protected]>
Signed-off-by: Bram Tweedegolf <[email protected]>
Signed-off-by: Bram Tweedegolf <[email protected]>
Signed-off-by: Bram Tweedegolf <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #214 +/- ##
==========================================
- Coverage 82.16% 80.79% -1.37%
==========================================
Files 42 42
Lines 5690 5791 +101
==========================================
+ Hits 4675 4679 +4
- Misses 1015 1112 +97 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Bram Tweedegolf <[email protected]>
Signed-off-by: Bram Tweedegolf <[email protected]>
A very simple setup for testing with a mock extenal oauth server can be found here: https://github.com/bramtweedegolf/oauth-mock-setup/blob/main/index.js Maybe we can add this to a README of documentation somewhere? |
For external OAuth servers, fetch OAuth public keys from well known location
Fixes #197