you can store token inside redis or backend (on memory) and you just need to store session id and send backend session in frontend . so you don't need store large jwt token in cookie or other storages .