Commit f757f5f
fix: BED-7918 - Fix access token decoding
The body (JWS Payload) uses Base64URL encoding, not Base64 encoding. Therefore, the base64.RawURLEncoding function must be used for the decoding.
Co-authored-by: Rohan Vazarkar <rvazarkar@users.noreply.github.com>
Co-authored-by: Stran Dutton <65475509+StranDutton@users.noreply.github.com>1 parent ec4e551 commit f757f5f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments