-
**Expected behavior**
Login without errors
**Actual behavior**
The cookie "sanctum.token.cookie" was rejected because a non-HTTPS cookie cannot be set as "secure".
**### On Login and can…
-
**Describe the bug**
When i make API call inside of plugin, i get 403 Frobidden only in production.
I've updated from
- "nuxt": "^3.12.1",
- "nuxt-auth-sanctum": "^0.4.0",
**To:**
…
-
### Describe the bug
Frontend: VUE3 app.
Backend: Laravel Sanctum (https://laravel.com/docs/10.x/sanctum).
Everything works great with Axios 1.5.1.
With version 1.6.0 an HTTP 419 "unknown sta…
-
**Description**
I am integrating a 2FA flow within a Single Page Application (SPA) and have implemented an endpoint (GET /set_csrf_cookie) similar to Laravel Sanctum. This endpoint sets a CSRF-TOKE…
-
I'm not quite sure where to put this.
I just verified that its not just my app.
I installed a fresh Laravel project with Laravel Breeze using Vue with Inertia, Inertia SSR and TypeScript.
The…
-
https://blogxy.cn/2022/07/11/laravel-sanctum%E5%AE%9E%E8%B7%B5/
sanctum是官方新推出的认证组件laravel/sanctum文档上表示,这个轻量化的 token 面向两类认证场景而生,思路起源为 Github 的 personal token 。 一是 为 api 令牌,发放长期 token ,认证时 在 header 头…
-
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
8 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…
-
Does it work with laravel sanctum? https://laravel.com/docs/7.x/sanctum#authorizing-private-broadcast-channels
laravel-echo-server throws 401 when I'm trying to authenticate private channels.