How to login by jwt

how to login by jwt?

Json web Tokens

Adriano, please explain a little more detailed what do you need to achieve and how are you using the tokens?

I am developing an api rest for a client

I need a way to access the API with a session token

This came up for me when trying to use a Google service account. I ended up using the Google Client in some custom php, but I think a JWT auth would have worked as well.