@gtsc/api-auth-entity-storage-service
Advanced tools
Comparing version 0.0.3-next.54 to 0.0.3-next.55
@@ -29,9 +29,2 @@ import type { IAuthentication } from "@gtsc/api-auth-entity-storage-models"; | ||
/** | ||
* Bootstrap the service by creating and initializing any resources it needs. | ||
* @param systemRequestContext The system request context. | ||
* @param systemLoggingConnectorType The system logging connector type, defaults to "system-logging". | ||
* @returns Nothing. | ||
*/ | ||
bootstrap(systemRequestContext: IServiceRequestContext, systemLoggingConnectorType?: string): Promise<void>; | ||
/** | ||
* The service needs to be started when the application is initialized. | ||
@@ -38,0 +31,0 @@ * @param systemRequestContext The system request context. |
@@ -65,30 +65,2 @@ [**@gtsc/api-auth-entity-storage-service**](../overview.md) • **Docs** | ||
### bootstrap() | ||
> **bootstrap**(`systemRequestContext`, `systemLoggingConnectorType`?): `Promise`\<`void`\> | ||
Bootstrap the service by creating and initializing any resources it needs. | ||
#### Parameters | ||
• **systemRequestContext**: `IServiceRequestContext` | ||
The system request context. | ||
• **systemLoggingConnectorType?**: `string` | ||
The system logging connector type, defaults to "system-logging". | ||
#### Returns | ||
`Promise`\<`void`\> | ||
Nothing. | ||
#### Implementation of | ||
`IAuthentication.bootstrap` | ||
*** | ||
### start() | ||
@@ -95,0 +67,0 @@ |
@@ -14,13 +14,3 @@ { | ||
} | ||
}, | ||
"info": { | ||
"entityStorageAuthenticationService": { | ||
"signingKeyFound": "The signing encryption key was found in the vault", | ||
"signingKeyCreated": "The signing encryption key was created in the vault", | ||
"encryptionKeyFound": "The encryption encryption key was found in the vault", | ||
"encryptionKeyCreated": "The encryption encryption key was created in the vault", | ||
"systemUserFound": "The default system user already exists, email: \"{email}\"", | ||
"systemUserCreated": "The default system user has been created, email: \"{email}\", password: \"{password}\"" | ||
} | ||
} | ||
} |
{ | ||
"name": "@gtsc/api-auth-entity-storage-service", | ||
"version": "0.0.3-next.54", | ||
"version": "0.0.3-next.55", | ||
"description": "Auth Entity Storage contract implementation and REST endpoint definitions", | ||
@@ -17,5 +17,5 @@ "repository": { | ||
"dependencies": { | ||
"@gtsc/api-auth-entity-storage-models": "0.0.3-next.54", | ||
"@gtsc/api-core": "0.0.3-next.54", | ||
"@gtsc/api-models": "0.0.3-next.54", | ||
"@gtsc/api-auth-entity-storage-models": "0.0.3-next.55", | ||
"@gtsc/api-core": "0.0.3-next.55", | ||
"@gtsc/api-models": "0.0.3-next.55", | ||
"@gtsc/core": "next", | ||
@@ -22,0 +22,0 @@ "@gtsc/crypto": "next", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
56756
896
+ Added@gtsc/api-auth-entity-storage-models@0.0.3-next.55(transitive)
+ Added@gtsc/api-core@0.0.3-next.55(transitive)
+ Added@gtsc/api-models@0.0.3-next.55(transitive)
- Removed@gtsc/api-auth-entity-storage-models@0.0.3-next.54(transitive)
- Removed@gtsc/api-core@0.0.3-next.54(transitive)
- Removed@gtsc/api-models@0.0.3-next.54(transitive)
Updated@gtsc/api-core@0.0.3-next.55