Use this plugin if you want Laravel Passport features in your October CMS app. It's easy to install.
By default the RainLab.User plugin is being used for the authorization process.
Install the plugin with composer by running composer require codecycler/passport-plugin
inside your project.
Start the installation by using this command: php artisan passport:install
.
You can add the auth:api
middleware to protect routes.
Sponsored by Codecycler (codecycler.com)