Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

184
Views
Signing JWT in Postman with RS384 Private Key

I am trying to mock up a request for an an access token which uses a signed JWT in the request. The receiver requires a JWT signed using RS384 which it doesn't look like Crypto-JS included in Postman supports. I've tried a couple other libraries and am also having an issue.

Can anyone offer advice on a library or method in Postman to use to sign a JWT using RS384. The code I would use for SHA-256 is below, but there is no equivalent to RS384 according to the documentation (although I did find a comparison chart that says Crypto-JS can do RS384, I can't find any information in their docs about it).

var signature = CryptoJS.HmacSHA256(token, jwtSecret)
signature = base64url(signature)
var signedToken = `${token}.${signature}`
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!