js-base64 icon indicating copy to clipboard operation
js-base64 copied to clipboard

TypeError: malformed base64.

Open manh20012000 opened this issue 8 months ago • 0 comments

not used with token type string on react native

import {encode, decode} from 'js-base64'; const token = userTokenObject.accessToken; const decoded = decode(token);

manh20012000 avatar Jun 24 '24 02:06 manh20012000