-
Laravel Framework 9.19.0
I have tried using the link generated by route('impersonate.leave')
and also with my own controller method and using manually: Auth::user()->leaveImpersonation();
But b…
-
Using
laravel/framework: 9.17
We've been using the package for quite a while without problems but it looks like it broke in a recent dependency update.
When initiating an impersonation (using t…
-
I've installed the package as described and tried to impersonate other user.
But I'm always getting logged out.
Here is my code:
$anotherUser = User::find(9);
Auth::user()->impersonate($anothe…
-
The project use Sanctum for authentication will conflict with passport.
_Trait method tokens has not been applied, because there are collisions with other trait methods on App\User_
-
it is already done
-
https://youtu.be/Ql5z9TjXWLY
-
## Story
As an admin, I Want to login into the system.
### API
Method: POST
Endpoint `api/admin/login`
Request: `Email`, `Password`
Response:
- bearer token
- expires_at
### AC:
…
-
I need to get value from Cookie and use it in next request URL.
Previous response like :
HTTP/1.1 200 OK
Server: Tengine
Date: Thu, 24 Jan 2019 12:11:47 GMT
Content-Type: application/json
Tr…
stirp updated
7 months ago
-
When working with Laravel API project using Sanctum for authentication and CSRF protection, when the XSRF-TOKEN is stored in the cookie store, it seems to be URL encoded incorrectly as the cookie stri…
-
hy, thank u for your great jobs, iam pretty sure folowing intruction in readme file, but iam getting blocked cors i try'd edit .env in laravel, like SANCTUM_STATEFUL_DOMAINS but it still won't work, i…