https://codeshelper.com/a/11...
according to this tutorial, I have all worked out, and I have got token for my login
{
"token": "bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vbHZtYW4uY24vYXBpL2F1dGgvbG9naW4iLCJpYXQiOjE1NTAwMzQ2MzYsImV4cCI6MTU1MDAzODIzNiwibmJmIjoxNTUwMDM0NjM2LCJqdGkiOiIwSGxsM0RMN053R29GeHhmIiwic3ViIjoxLCJwcnYiOiI4N2UwYWYxZWY5ZmQxNTgxMmZkZWM5NzE1M2ExNGUwYjA0NzU0NmFhIn0.DmgY-_FeXATX2RajrILNnJhqtbXEN7Uj7pEzNbunz5U"
}
then I have a question, how should I use this token? my API is mainly provided for Android APP. For example, what should I do with this token after I log in? do I need to decrypt it?