Skip to content

Commit

Permalink
chore: remove db_secret
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Jul 3, 2024
1 parent bce1996 commit f054879
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion libs/rp-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockchain-lab-um/oidc-rp-plugin",
"version": "0.0.9",
"version": "0.0.10",
"license": "(Apache-2.0 AND MIT)",
"type": "module",
"main": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion libs/rp-plugin/src/types/internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export interface IPluginConfig {
supported_did_methods: string[]; // e.g. ['ethr', 'key']
supported_curves: string[]; // e.g. secp256k1, ed25519, etc
supported_digital_signatures: string[]; // e.g. jwt, json_ld
db_secret: string;
url: string;
supported_credentials?: SupportedCredential[];
}
Expand Down

0 comments on commit f054879

Please sign in to comment.