Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
feat: oidc authentication
Browse files Browse the repository at this point in the history
- passport strategy
- new config for oidc routes

Contributes to: #106

Signed-off-by: Nic Townsend <[email protected]>
  • Loading branch information
nictownsend committed Dec 15, 2020
1 parent 82767da commit de5bdde
Show file tree
Hide file tree
Showing 22 changed files with 512 additions and 221 deletions.
112 changes: 58 additions & 54 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"start:server": "configPath=utils/dev_config/server.dev.config.js npm run server",
"start:mockadminserver": "serverName=mockadminserver configPath=utils/dev_config/mockadmin.config.js npm run server",
"start:e2eserver": "npm-run-all --parallel start:builtserver start:mockadminserver",
"server": "npx nodemon --exec 'ts-node -r tsconfig-paths/register --project server/tsconfig.json' server/main.ts",
"server": "npx nodemon --exec 'ts-node -r tsconfig-paths/register --project server/tsconfig.json' ",
"build": "webpack --config build/webpack.client.prod.js && webpack --config build/webpack.server.prod.js",
"dockerbuild": "docker build -t strimzi-ui:latest -f ./build/dockerfile .",
"pretest": "npm-run-all --parallel licence:check && prettier --config ./linting/prettier.config.js --check .",
Expand Down Expand Up @@ -75,6 +75,7 @@
"mustache": "^4.0.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-openidconnect": "0.0.2",
"pino": "^6.7.0",
"pino-filter": "^1.0.0",
"pino-http": "^5.3.0",
Expand Down
Loading

0 comments on commit de5bdde

Please sign in to comment.