What is the recommended way to generate API tokens using Laravel framework?

I’m a newbie in terms of security, but I need a suggestion to make sure the connection between an API and mobile apps is secure. I’m currently using the Laravel framework. Based on its documentation here:

When using hashed API tokens,… Continue reading What is the recommended way to generate API tokens using Laravel framework?