LCSR Identity Services
php artisan auth:newtoken
Description:
Generate a new API authentication (AppToken) token for the given app registration
Usage:
auth:newtoken
Arguments:
appId – The application (by ID) to generate a new token for.
–
php artisan auth:newapp
Description:
Generate a new app registration with the given name and initial callback URL
Usage:
auth:newapp [options] [–]
Arguments:
appName The app name
appCallback The initial callback URL
Options:
-t, –token Whether a token (AppToken) should be generated