The above is in the backend.. Then on the fronte...
# support-questions
r
The above is in the backend.. Then on the frontend, we do:
Copy code
let tokenInfo = JSON.parse(atob(frontToken));
return tokenInfo.up;