Hi,
We are using our API to verify auth and then create users in our database on registration finished.
We follow your guidelines from documentation: link.
Occasionally an error occurs:
"error": {
"code": "ERR_JOSE_ALG_NOT_ALLOWED",
"name": "JOSEAlgNotAllowed"
}
Id token and app pub key are supplied every time and we can see that in our logs.
Do you have idea what can be problem that causing this random error ?
Originally posted by: zarnautovic
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/1188