Authentications
... encoded with Base64. Base64 is very easy to decode. Not recommended and probably the least secure authentication method, but easy to implement.
JWT Authentication
It is difficult to invalidate users who can only be authenticated with JWT, without invalidating all users.