You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By having the token member of jwt::decoded_jwt as a const, a object of jwt::decoded_jwt cannot be moved. I think it would be nice if the token could be moved.