Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Support updating JWKSet #153

@axman6

Description

@axman6

We have a service which periodically needs to update the set of known keys which will be used to sign requests. The simplest way I can see to allow this is to have

validationKeys :: JWKSet

become

validationKeys :: Either (IO JWKSet) JWKSet

or something isomorphic to this. For our particular use case this happens frequently enough that it would be better to not have to shoot the service in the head to periodically fetch the latest keys.

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