Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Removed oidc-middleware
Browse files Browse the repository at this point in the history
OKTA-415311
<<<Jenkins Check-In of Tested SHA: 1a8e264 for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-oidc-js
Files changed count: 45
PR Link: "#1043"
  • Loading branch information
denys.oblohin authored and eng-prod-CI-bot-okta committed Oct 29, 2021
1 parent 93fff29 commit 5480c46
Show file tree
Hide file tree
Showing 45 changed files with 5 additions and 8,867 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Note: If you have a question, please post it on the Okta Developer Forum (https:
## I'm submitting this issue for the package(s):

- [ ] jwt-verifier
- [ ] oidc-middleware

## I'm submitting a:

Expand Down
23 changes: 0 additions & 23 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,6 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"protocol": "auto",
"name": "oidc-middleware Jest",
"cwd": "${workspaceFolder}/packages/oidc-middleware",
"args": [
"node_modules/.bin/jest",
"--runInBand",
"--no-cache",
"${workspaceFolder}/${relativeFile}"
],
"sourceMaps": true,
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"env": {

},
"sourceMapPathOverrides": {
"webpack:///*": "/*",
},
"disableOptimisticBPs": true
},
{
"type": "node",
"request": "launch",
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ Our types include:
Resolves: #1234

### Example for specific package change
fix[oidc-middleware]: Fixes bad bug
fix[configuration-validation]: Fixes bad bug

Fixes a very bad bug in oidc-middleware
Fixes a very bad bug in configuration-validation

Resolves: #5678

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Packages are parsed from the `packages` property in [lerna.json](lerna.json), an
packages/
configuration-validation
jwt-verifier
oidc-middleware
```

### Versioning
Expand All @@ -58,7 +57,7 @@ We've configured Lerna with [independent mode](https://github.com/lerna/lerna/#i
| [**configuration-validation**](/packages/configuration-validation) | [![npm version](https://img.shields.io/npm/v/@okta/configuration-validation.svg?style=flat-square)](https://www.npmjs.com/package/@okta/configuration-validation) | Standard pattern for validating configuration passed into Okta JavaScript libraries and SDKs. |
| [**jwt-verifier**](/packages/jwt-verifier) | [![npm version](https://img.shields.io/npm/v/@okta/jwt-verifier.svg?style=flat-square)](https://www.npmjs.com/package/@okta/jwt-verifier) | Easily verify JWTs from Okta |
| [**okta-angular**](https://github.com/okta/okta-angular) | [![npm version](https://img.shields.io/npm/v/@okta/okta-angular.svg?style=flat-square)](https://www.npmjs.com/package/@okta/okta-angular) | Angular support for Okta. This SDK is located in its [own repository](https://github.com/okta/okta-angular) |
| [**oidc-middleware**](/packages/oidc-middleware) | [![npm version](https://img.shields.io/npm/v/@okta/oidc-middleware.svg?style=flat-square)](https://www.npmjs.com/package/@okta/oidc-middleware) | Middleware to easily add OpenID Connect to the Node.js framework of your choice |
| [**okta-oidc-middleware**](https://github.com/okta/okta-oidc-middleware) | [![npm version](https://img.shields.io/npm/v/@okta/oidc-middleware.svg?style=flat-square)](https://www.npmjs.com/package/@okta/oidc-middleware) | Middleware to easily add OpenID Connect to the Node.js framework of your choice. This SDK is located in its [own repository](https://github.com/okta/okta-oidc-middleware) |
| [**okta-react**](https://github.com/okta/okta-react) | [![npm version](https://img.shields.io/npm/v/@okta/okta-react.svg?style=flat-square)](https://www.npmjs.com/package/@okta/okta-react) | React support for Okta. This SDK is located in its [own repository](https://github.com/okta/okta-react) |
| [**okta-react-native**](https://github.com/okta/okta-react-native) | [![npm version](https://img.shields.io/npm/v/@okta/okta-react-native.svg?style=flat-square)](https://www.npmjs.com/package/@okta/okta-react-native) | React Native support for Okta. This SDK is located in its [own repository](https://github.com/okta/okta-react-native) |
| [**okta-vue**](https://github.com/okta/okta-vue) | [![npm version](https://img.shields.io/npm/v/@okta/okta-vue.svg?style=flat-square)](https://www.npmjs.com/package/@okta/okta-vue) | Vue.js support for Okta. This SDK is located in its [own repository](https://github.com/okta/okta-vue) |
Expand Down
2 changes: 0 additions & 2 deletions packages/oidc-middleware/.eslintignore

This file was deleted.

24 changes: 0 additions & 24 deletions packages/oidc-middleware/.eslintrc.json

This file was deleted.

141 changes: 0 additions & 141 deletions packages/oidc-middleware/CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 5480c46

Please sign in to comment.