Skip to content

TokenManager: Caching? Validate? #194

@srl295

Description

@srl295
  • There does not seem to be any caching performed on tm.getApplicationIdentityToken()
  • the validateToken() function is not exported, making it hard to implement a cache on top of the library.
  • The expiry length is given, but not an absolute time. It would be handy if the token came with something like this: expiresAt = new Date(Date.now()+(expiresIn*1000))

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions