6 ms·
A small suggestion that immediately came to my mind, why not try making it a JSON serialized data and base64 encode it just like JWT. So that it can be shared a
by rollingstone23 10mo ago
A small suggestion that immediately came to my mind, why not try making it a JSON serialized data and base64 encode it just like JWT. So that it can be shared and loaded effectively.
Just thinking out loud here ;)
- stogot 10mo agoThis is what I would do too but one problem I think there is a max HTTP URL length