I need to create a JWT token (RS256) and I tried jwt.io but since the private key isn’t accessible as stated here: If we can not get the private key when use choose RSA256 as JWT signature algorithm
Does Auth0 have a straightforward way to just create a JWT token for my payload, instead of building an actual application with SDK integrated for authorization? Thanks!