-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat(auth): enable multiple auth methods #24
base: main
Are you sure you want to change the base?
feat(auth): enable multiple auth methods #24
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #24 +/- ##
=======================================
Coverage ? 62.34%
=======================================
Files ? 50
Lines ? 1819
Branches ? 0
=======================================
Hits ? 1134
Misses ? 685
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…-plugin-samples - plugins/git-proxy-plugin-samples/package.json
…ples-manager chore(deps): update dependency @finos/git-proxy to ^1.9.3 - git-proxy-plugin-samples - plugins/git-proxy-plugin-samples/package.json
…es/git-proxy-cli/package.json
fix(deps): update dependency axios to ^1.8.4 - git-proxy-cli - packages/git-proxy-cli/package.json
This PR enables multiple auth methods and sets the groundwork for adding a
JWTStrategy
topassport
, as mentioned in #1, so we can have an extra security layer for the API.I opened this PR to keep track of my work. I'll most likely end up closing and reopening it in the Finos repo. Sorry about that!