Skip to content

Commit

Permalink
pkce for fiddle (#3949)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Sep 25, 2024
1 parent 77c8d4b commit 120acbd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions website/fiddle/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions website/fiddle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@luigi-project/core": "2.15.0",
"@luigi-project/plugin-auth-oauth2": "^2.15.0",
"@luigi-project/plugin-auth-oidc": "^2.15.0",
"@luigi-project/plugin-auth-oidc-pkce": "^0.42.0",
"@luigi-project/container": "^1.3.0",
"@ui5/webcomponents": "^2.2.0",
"@ui5/webcomponents-fiori": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion website/fiddle/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module.exports = {
{ from: './node_modules/@luigi-project/client', to: 'vendor/luigi-client' },
{ from: './node_modules/@luigi-project/plugin-auth-oauth2', to: 'vendor/plugin-auth-oauth2' },
{ from: './node_modules/@luigi-project/plugin-auth-oidc', to: 'vendor/plugin-auth-oidc' },
// { from: './node_modules/@luigi-project/plugin-auth-oidc-pkce', to: 'vendor/plugin-auth-oidc-pkce' },
{ from: './node_modules/@luigi-project/plugin-auth-oidc-pkce', to: 'vendor/plugin-auth-oidc-pkce' },
{ from: './node_modules/fundamental-styles', to: 'vendor/fundamental-styles' },
{ from: './node_modules/@sap-theming/theming-base-content', to: 'vendor/theming-base-content' },
...['ace.js', 'mode-javascript.js', 'worker-javascript.js', 'theme-textmate.js'].map(f => ({
Expand Down

0 comments on commit 120acbd

Please sign in to comment.