Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gtsc/api-auth-entity-storage-service

Package Overview
Dependencies
Maintainers
0
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gtsc/api-auth-entity-storage-service - npm Package Compare versions

Comparing version 0.0.3-next.50 to 0.0.3-next.51

5

dist/types/models/IEntityStorageAuthenticationServiceConfig.d.ts

@@ -10,2 +10,7 @@ /**

signingKeyName?: string;
/**
* The default time to live for the JWT.
* @default 1440
*/
defaultTtlMinutes?: number;
}

4

dist/types/services/entityStorageAuthenticationService.d.ts

@@ -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
```

8

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc