Download the PHP package reazzon/jwtauth-plugin without Composer
On this page you can find all versions of the php package reazzon/jwtauth-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package jwtauth-plugin
JWTAuth plugin for Lovata.Buddies and RainLab.User*
*RainLab.User support will be added soon.
This plugin adds to your application functionality to authenticate with JWT tokens easily, no additional settings or code required.
Requirements
- PHP 7.4 and higher
- October CMS v2 and higher
Installation
-
Install plugin via terminal in your enviroment:
- Generate JWT Secret:
Middleware
To use JWT Middleware, put ResolveUser
middleware in your routes. Example below:
or
Routes
- POST
/jwt/login
- Login route - POST
/jwt/register
- Registration route - POST
/jwt/activate
- Activation route (if activation set to mail) - POST
/jwt/refresh
- Refresh route
Suggestions, Ideas, Issues, Bugs
We are open to your suggestions and ideas in public repository of this plugin GitHub
© 2021, Nick Khaetsky and Vladimir Pyankov under the MIT license.
Russian October CMS comminuty OctoClub.
All versions of jwtauth-plugin with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
ext-json Version *
composer/installers Version ~1.0
php-open-source-saver/jwt-auth Version 1.4.2
ext-json Version *
composer/installers Version ~1.0
php-open-source-saver/jwt-auth Version 1.4.2
The package reazzon/jwtauth-plugin contains the following files
Loading the files please wait ....