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.
The text was updated successfully, but these errors were encountered:
What would you like to see added?
jwt::decoded_jwt to be moveable
Additional Context
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.
The text was updated successfully, but these errors were encountered: