Lets change the token logic that we had to use jwts

<aside> 💡

Notice we put the username inside the token. The jwt holds your state. You no longer need to store the token in the global users variable

</aside>