frasertweedale / hs-jose

Haskell JOSE and JWT library
http://hackage.haskell.org/package/jose
Apache License 2.0
122 stars 46 forks source link

add example of getting keys from /.well-known/jwks.json #104

Closed stevemao closed 2 years ago

frasertweedale commented 2 years ago

@stevemao thank you. I will make some minor edits and merge it soon (some time this week).

frasertweedale commented 2 years ago

@stevemao are you happy with the amended example in this commit?: https://github.com/frasertweedale/hs-jose/commit/566159d76a7db756e43a305a51615f9ae32942b5

stevemao commented 2 years ago

Great explanation on the example! I left 2 questions on the commit. I think the code changes should be fine. I can't really tell which style is better or worse TBH

frasertweedale commented 2 years ago

Pushed to master: 566159d