@gtsc/api-auth-entity-storage-service
Advanced tools
Comparing version 0.0.3-next.50 to 0.0.3-next.51
@@ -10,2 +10,7 @@ /** | ||
signingKeyName?: string; | ||
/** | ||
* The default time to live for the JWT. | ||
* @default 1440 | ||
*/ | ||
defaultTtlMinutes?: number; | ||
} |
@@ -9,2 +9,6 @@ import type { IAuthentication } from "@gtsc/api-auth-entity-storage-models"; | ||
/** | ||
* Default TTL in minutes 1440 is 24 hours. | ||
*/ | ||
private static readonly _DEFAULT_TTL; | ||
/** | ||
* Runtime name for the class. | ||
@@ -11,0 +15,0 @@ */ |
@@ -45,2 +45,10 @@ [**@gtsc/api-auth-entity-storage-service**](../overview.md) • **Docs** | ||
### \_DEFAULT\_TTL | ||
> `static` `private` `readonly` **\_DEFAULT\_TTL**: `number` = `1440` | ||
Default TTL in minutes 1440 is 24 hours. | ||
*** | ||
### CLASS\_NAME | ||
@@ -47,0 +55,0 @@ |
@@ -22,1 +22,15 @@ [**@gtsc/api-auth-entity-storage-service**](../overview.md) • **Docs** | ||
``` | ||
*** | ||
### defaultTtlMinutes? | ||
> `optional` **defaultTtlMinutes**: `number` | ||
The default time to live for the JWT. | ||
#### Default | ||
```ts | ||
1440 | ||
``` |
{ | ||
"name": "@gtsc/api-auth-entity-storage-service", | ||
"version": "0.0.3-next.50", | ||
"version": "0.0.3-next.51", | ||
"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.50", | ||
"@gtsc/api-core": "0.0.3-next.50", | ||
"@gtsc/api-models": "0.0.3-next.50", | ||
"@gtsc/api-auth-entity-storage-models": "0.0.3-next.51", | ||
"@gtsc/api-core": "0.0.3-next.51", | ||
"@gtsc/api-models": "0.0.3-next.51", | ||
"@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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64539
1053
+ Added@gtsc/api-auth-entity-storage-models@0.0.3-next.51(transitive)
+ Added@gtsc/api-core@0.0.3-next.51(transitive)
+ Added@gtsc/api-models@0.0.3-next.51(transitive)
- Removed@gtsc/api-auth-entity-storage-models@0.0.3-next.50(transitive)
- Removed@gtsc/api-core@0.0.3-next.50(transitive)
- Removed@gtsc/api-models@0.0.3-next.50(transitive)
Updated@gtsc/api-core@0.0.3-next.51