-
Notifications
You must be signed in to change notification settings - Fork 3
feat(auth): enable multiple auth methods #24
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
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 ? 49.14%
=======================================
Files ? 52
Lines ? 2110
Branches ? 241
=======================================
Hits ? 1037
Misses ? 1036
Partials ? 37 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
chore(deps): update github-actions - workflows - .github/workflows/dependency-review.yml
chore: create meeting_minutes.md
feat: converted to typescript fix: config loader clone command issue fix: adds input validation, uses array arguments, prevented shell spawn fix: adds failsafe checking for directory location and structure fix: env-paths change to v2.2.1 which support require and minor code fix fix: improves test coverage Adds additional tests for better cove fix: fixed creating cache directory
Default value should be false, and set to true when cert path is configured
feat: implements config loader to enable remote or external configs
chore: bump by minor to v1.14.0
fix: decouple UI layout from admin routes
chore: bump by minor to v1.15.0
PR contents added in finos#963. |
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!