-
i want to talk you
-
### Subject of the issue
I have implemented JWT auth into laravel project. Everything works as expected. I just want to get rid of exception when token refresh fail. Every time it fails it throws err…
-
**Api.php middleware jwt verify token**
```
Route::group(['middleware' => ['jwt.verify']], function() {
Route::get('getAuthenticatedUser', 'userController@getAuthenticatedUser');
});
…
-
I have installed the package in my Laravel 4.
when i use based on the new, trait based implementation like this:
-
- Corcel Version: ^4.0 for jgrossi/corcel
- Framework Name & Version: Laravel version 7.4.0
- PHP Version: 7.2.31-1+ubuntu18.04.1+deb.sury.org+1
- Database Driver & Version: mysql
- wordpress ver…
-
**Redis prefix does nothing**
laravel-echo-server version: 1.6.2
laravel-echo-server.json:
```
{
"authHost": "http://localhost:8087",
"authEndpoint": "/broadcasting/auth",
"clients": [
…
-
---
### **1. Projektowanie struktury bazy danych (PostgreSQL)**
- Definicja tabel i relacji (users, teams, projects, scans, vulnerabilities, subscriptions, activity_logs)
- **Dodanie tabel dla symu…
-
### Subject of the issue
When using `"$this->actingAs($user)"` from `"browser-kit-testing"` (https://github.com/laravel/browser-kit-testing), the `"Auth::guard()->setUser($user)"` function is called,…
-
The "Delete other sessions" button deletes the very session I am using.
-
Hi guys,
I am writing to notify you that when I run the `composer test` command it reports a set of test errors.
PHP 8.1.10 Laravel 9.52 Local environment using Laragon
```
PS D:\laragon\www…