I am currently implementing an application using actix-4-jwt-auth that uses a custom certificate CA. actix-4-jwt-auth seems to be using the default client configuration to fetch the issuer info. Do i need to fetch and parse the issuer endpoint myself and extract the jwks or is there a way to customize/inject the awc::Client?
I am currently implementing an application using actix-4-jwt-auth that uses a custom certificate CA. actix-4-jwt-auth seems to be using the default client configuration to fetch the issuer info. Do i need to fetch and parse the issuer endpoint myself and extract the jwks or is there a way to customize/inject the awc::Client?