feat(auth): enable multiple auth methods#24
Closed
jescalada wants to merge 114 commits intoG-Research:mainfrom
Closed
feat(auth): enable multiple auth methods#24jescalada wants to merge 114 commits intoG-Research:mainfrom
jescalada wants to merge 114 commits intoG-Research:mainfrom
Conversation
This was referenced Mar 8, 2025
|
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
Collaborator
Author
|
PR contents added in finos#963. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR enables multiple auth methods and sets the groundwork for adding a
JWTStrategytopassport, 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!