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

  • Thread starter Thread starter SJProgress
  • Start date Start date
Status
Not open for further replies.
S

SJProgress

Guest
I once came across that there are different implementations of b64-encode, with different numbers of "=" at the and. So if you add one or two "=" to your string it will work. Furthermore this seems to be B64URL encoded and not B64. So you will have to replace "-" with "+" and "_" with "/" before Decoding with B64-DECODE.

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