0
Good afternoon to all,
I am developing an API in Laravel and intend to use JWT(Json web Token) to perform authentication and token management.
I read the documentation on GITHUB, but did not understand what would be its latest and stable version for LARAVEL 5.6.
I know that by default JWT uses the Model USER to perform the management, however I need to create a customized MODEL, I know that in version 0.5.12 of JWT( without Laravel 5.6 support) there was an option to enable the desired Model. Today I found that in the DEVELOP version there is no longer the option to define the MODEL itself, it would be possible to customize?
References: https://github.com/tymondesigns/jwt-auth