@kronos-integration/service-authenticator 4.1.6 → 4.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kronos-integration/service-authenticator",
3
- "version": "4.1.6",
3
+ "version": "4.1.7",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@kronos-integration/endpoint": "^11.0.6",
34
- "@kronos-integration/service": "^15.2.0",
34
+ "@kronos-integration/service": "^15.2.2",
35
35
  "jsonwebtoken": "^9.0.3"
36
36
  },
37
37
  "devDependencies": {
@@ -96,23 +96,10 @@ export class ServiceAuthenticator extends Service {
96
96
  };
97
97
  }
98
98
 
99
- /*
100
- _configure(config) {
101
- this.getCredentials().then(credentials => {
102
- // TODO automatically read credentials
103
- this.jwt ||= {};
104
-
105
- if (credentials["jwt.private"]) {
106
- this.jwt.private = credentials["jwt.private"];
107
- }
108
- if (credentials["jwt.public"]) {
109
- this.jwt.public = credentials["jwt.public"];
110
- }
111
- });
112
-
113
- return super._configure(config);
99
+ get autostart()
100
+ {
101
+ return true;
114
102
  }
115
- */
116
103
 
117
104
  /**
118
105
  * Endpoints used to send password change requests to.