joken-elixir / joken_jwks

A Joken 2 hook for fetching the signer from a public JWKS url
Apache License 2.0
30 stars 24 forks source link

Update Hackney spec to include 1.18 versions #27

Closed J3RN closed 2 years ago

J3RN commented 2 years ago

Update dependency specification for Hackney to support 1.18 versions (currently only 1.18.0 is out). The diff from 1.17.4 to 1.18.0 is pretty small, updating the ca bundle and an update to pooling.

I ran the external tests to ensure that the Hackney usage here still works :+1:

victorolinasc commented 2 years ago

Thanks for your contribution :)