joken-elixir / joken_jwks

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

Made dependency on :hackney optional #33

Closed gseddon closed 1 year ago

victorolinasc commented 2 years ago

Thanks @gseddon !

Can you please add this detail to the docs/readme? There is one common gotcha with this approach that is adding the dependency after compiling tesla.

If you don't add hackney and compile it, then add it later but do not force recompile tesla, it will not work =/

I'd like to avoid future issues by adding some instructions on the "installation" part of the readme and probably on the moduledocs to show on hex too.