-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
feature: add support for oidc-provider@8
#23
Merged
Merged
Commits on Sep 30, 2024
-
feat: add support for
oidc-provider@8
Added support for `oidc-provider@8` which became ESM-only. Support is done through dynamic import of the `oidc-provider` package as Nest does not support ESM-only packages directly, as it only compiles for CJS.
Configuration menu - View commit details
-
Copy full SHA for b40ca5a - Browse repository at this point
Copy the full SHA b40ca5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea4f896 - Browse repository at this point
Copy the full SHA ea4f896View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32daf5c - Browse repository at this point
Copy the full SHA 32daf5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d936a8e - Browse repository at this point
Copy the full SHA d936a8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3b1749 - Browse repository at this point
Copy the full SHA a3b1749View commit details -
Configuration menu - View commit details
-
Copy full SHA for a653be3 - Browse repository at this point
Copy the full SHA a653be3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04f185c - Browse repository at this point
Copy the full SHA 04f185cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee35454 - Browse repository at this point
Copy the full SHA ee35454View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10ec0d3 - Browse repository at this point
Copy the full SHA 10ec0d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55d8d7c - Browse repository at this point
Copy the full SHA 55d8d7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a86b2a1 - Browse repository at this point
Copy the full SHA a86b2a1View commit details -
fix: use
eval
to skip dynamic import transpilationUsing `new Function` was causing unexpected errors in jest tests
Configuration menu - View commit details
-
Copy full SHA for 0862584 - Browse repository at this point
Copy the full SHA 0862584View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01b52c3 - Browse repository at this point
Copy the full SHA 01b52c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 757bf9e - Browse repository at this point
Copy the full SHA 757bf9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94a1f47 - Browse repository at this point
Copy the full SHA 94a1f47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90ac2a7 - Browse repository at this point
Copy the full SHA 90ac2a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 097c04c - Browse repository at this point
Copy the full SHA 097c04cView commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7252228 - Browse repository at this point
Copy the full SHA 7252228View commit details -
feat: add new
OidcSession
decoratorThis new decorator makes it easy to retrieve the current user session from the context
Configuration menu - View commit details
-
Copy full SHA for 7a70e89 - Browse repository at this point
Copy the full SHA 7a70e89View commit details -
build(deps): upgrade
oidc-provider
to version8.5.1
This version of `oidc-provider` exports the Provider as a named export. The latest version of the `@types` package also includes the previously missing typings. BREAKING CHANGE: The `InteractionDetails` type has been renamed to `Interaction` and is now exported directly from `oidc-provider`.
Configuration menu - View commit details
-
Copy full SHA for 4532f12 - Browse repository at this point
Copy the full SHA 4532f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for c710a49 - Browse repository at this point
Copy the full SHA c710a49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b2e438 - Browse repository at this point
Copy the full SHA 5b2e438View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a0415 - Browse repository at this point
Copy the full SHA 52a0415View commit details
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.