erlef / oidcc

OpenId Connect client library in Erlang & Elixir
https://hexdocs.pm/oidcc
Apache License 2.0
184 stars 49 forks source link

Always refresh keys on empty JWK #339

Closed maennchen closed 8 months ago

maennchen commented 8 months ago

Given an empty key set, the logic to prevent refreshes for keys without kid triggers and are never reloaded. This changes the logic so that an empty set always refreshes.

coveralls commented 8 months ago

Pull Request Test Coverage Report for Build 163

Details


Files with Coverage Reduction New Missed Lines %
src/oidcc_provider_configuration_worker.erl 1 96.34%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 161: -0.08%
Covered Lines: 1061
Relevant Lines: 1149

💛 - Coveralls