oc-jwtauth icon indicating copy to clipboard operation
oc-jwtauth copied to clipboard

JWTAuth plugin for October CMS wich provides token based authentication

Results 8 oc-jwtauth issues
Sort by recently updated
recently updated
newest added

I've followed the plugin instructions and configured the settings. ![Schermata 2020-08-17 alle 11 44 52](https://user-images.githubusercontent.com/57661366/90383239-2508f080-e080-11ea-8b58-1527f87eb281.png) When i try to login using cURL i always get invalid_credentials, even if's all double...

just fresh install octobercms 2.2.22 and `php artisan plugin:install Rainlab.User`, `php artisan plugin:install Vdomah.Jwtauth` got and error like: ```Class 'Tymon\JWTAuth\JWTAuth' not found```

Hy I am having this error when i run php artisan jwt:generate In BoundMethod.php line 147: Method Tymon\JWTAuth\Commands\JWTGenerateCommand::handle() does not exist Thanks

I managed to login and get a token but can't do anything else, with this from the readme in my `routes.php` ```php Route::get('test', function (\Request $request) { return response()->json(('The test...

Is there a possibility of changing the error key and message from the controller because I have to follow some certain format when returning a response body from the client?

When I try and use the CMS tab in October, I get this error. Undefined property: Tymon\JWTAuth\Middleware\GetUserFromToken::$isHidden /$my_path/modules/cms/widgets/ComponentList.php line 101

Hi is there a way to login using username and password , when i did it it threw this error { "errors": { "root": "Could not sign you in with...

How do you make the POST request with a parameter that you later call as Request::get('email')? Do you use Postman? Can you give an example of how the request at...