Archived Content from Web3Auth Community
This topic was originally posted by irfan on 4/24/2023.
This content has been migrated from our previous community forum to preserve valuable discussions.
it seems it is impossible to change custom jwks endpoint once verifier deployed.
does verifier request jwks for every login, or jwks json downloaded while creating verifier?
I have came up with that i will create a new domain and point it to jwks endpoint then use domain url while creating verifier. thus if i move to jwks json to another location i wont have to create a new verifier but just redirect my domain to new jwks enpoint.
does this approach seem logical?