Skip to content

Store EncodingKey #36

Description

@Nilirad

Currently the PEM EncodingKey is constructed each time a JWT needs to be created, leading to repeated access to the file system. Instead, if the EncodingKey is created once and then stored, it will be possible to reuse it throughout the process lifetime.

Metadata

Metadata

Assignees

Labels

optimizationReduces the amount of resources used to perform a task

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions