Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

AutoRefreshing JWK ? #371

Closed
asanka88 opened this issue Jun 11, 2022 · 1 comment
Closed

AutoRefreshing JWK ? #371

asanka88 opened this issue Jun 11, 2022 · 1 comment

Comments

@asanka88
Copy link

asanka88 commented Jun 11, 2022

Does this project have helper methods or something for a jwk that fetch keys from a remote url ? something like below

       const url = "https://abc.com/keys"

	jwks, err := NewJWKFromWeb(url)

	key, err := jwks.Key("id1")
@nick9822
Copy link

nick9822 commented Aug 7, 2022

@asanka88 No it doesn't have. You can try Provider from github.com/auth0/go-jwt-middleware/v2/jwks.

@cpu cpu closed this as completed Jan 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants