[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: JWT token - how to read?

  • Thread starter Thread starter jmls
  • Start date Start date
Status
Not open for further replies.
J

jmls

Guest
Actually, it's easy to extract the data using progress. ** Basically a JWT is just a string with the following format: header.payload.signature where header, payload and signature are base64 encoded strings when decoded, header and payload are stringified json objects you must remember that a JWT is only encoded and signed - the contents are *not* encrypted ** never having done this, take my comment with a pinch of salt ;)

Continue reading...
 
Status
Not open for further replies.
Back
Top