Is there an easier way to get PEM for JWT, I am writing a middleware for my requests, and from the docs I need to make a get request to my backend at
auth/jwt/jwk.json
but I am calling this from my backend, so do I have to send a request to localhost? Also, do these keys rotate, do I need to refetch them on every request or can I store them for later use?
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).