-
Notifications
You must be signed in to change notification settings - Fork 0
Store EncodingKey #36
Copy link
Copy link
Open
Labels
optimizationReduces the amount of resources used to perform a taskReduces the amount of resources used to perform a task
Description
Metadata
Metadata
Assignees
Labels
optimizationReduces the amount of resources used to perform a taskReduces the amount of resources used to perform a task
Currently the PEM
EncodingKeyis constructed each time a JWT needs to be created, leading to repeated access to the file system. Instead, if theEncodingKeyis created once and then stored, it will be possible to reuse it throughout the process lifetime.