Anyone used google as the login provider for one webdev app?
My problem is with the validation of the JWT signature in the id_token.
I can't find a way in webdev to validate the signature of the JWT in the id_token.
The only way i can validate the signature is using the URI [www.googleapis.com] but this adds one more http call and if possible it will be nice to check the signature whitout this call.
My problem is with the validation of the JWT signature in the id_token.
I can't find a way in webdev to validate the signature of the JWT in the id_token.
The only way i can validate the signature is using the URI [www.googleapis.com] but this adds one more http call and if possible it will be nice to check the signature whitout this call.