Can you guys bump the version of `com.auth0:jwks-r...
# ktor
m
Can you guys bump the version of
com.auth0:jwks-rsa
that you pull in for
ktor-auth-jwt
from 0.3.0 to 0.4.0 please? It includes a JwkProviderBuilder that takes a URL for non-auth0-standard JWKS file locations. Microsoft keeps theirs at https://login.microsoftonline.com/common/discovery/v2.0/keys, and passing that in as a string was not being handled correctly by UrlJwkProvider. Thanks!
d