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

feat(telemetry): use telemetry events instead of logging #47

Closed victorolinasc closed 9 months ago

victorolinasc commented 9 months ago

Since logging was configured across dependencies, it was hard to have a consistent logging behaviour here. Let's start using telemetry as a better alternative for this mission.

victorolinasc commented 9 months ago

Should fix #38