Where can I find `members_public_key` to validate a JWT?

Hi @disaza

You can find this at /members/.well-known/jwks.json on the frontend domain of the site! It’s in the “JSON Web Key Store” format - and can be parsed/handled by libraries like jose, node-jose, and jwks-rsa