Join Discord
Powered by
Getting this response since today's morning when h...
# support
s
SAnkitMB
03/25/2025, 8:12 AM
{ "message": "JWT doesn't permit access. Hot tip, you may be missing
token
in your JWT.", "error": "Forbidden", "statusCode": 403 } Earlier everthing was working fine, No changes made at our side.
SAnkitMB
03/25/2025, 8:15 AM
token is being generated like this.
SAnkitMB
03/25/2025, 8:15 AM
const token = jwt.sign(payload, key, { expiresIn: "1h" });
k
Kyle Brunker
03/26/2025, 2:09 PM
Hey SAnkit MB, Here are the updated docs
on how to generate the JWT token. The change here is the involvement of the scope. That's why you're getting JWT doesn't have permission to access. Let me know how it goes for you.
Previous
Next