-
### Version
module: 5.0.0-1647967358.de1bb0f
nuxt: 2.15.8
### Nuxt configuration
#### [mode](https://nuxtjs.org/api/configuration-mode):
- [x] universal
- [ ] spa
### Nuxt configurat…
-
Hi, I am using this plugin(capacitor-community-http) in a framework7 application with capacitorJs and Vuejs. For the API I am using Laravel Sanctum (all this in local host). I am trying to use the coo…
-
I'm having a bit of a shocker :P
If I follow the steps for Laravel 11 using the Counter example... and follow the optional Session steps too, then I get a counter that is almost working but on cli…
-
ok, I'm trying to create a simple API with authetication with a LDAP server `ldap.forumsys.com` this is a test ldap server but I get this error
`BadMethodCallException with message 'Method Illumina…
-
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…
-
Hi, I'm experiencing an issue where, after a successful login, the following request to retrieve the authenticated user returns a 401 Unauthenticated error. Below are my configurations for cors.php, .…
-
El siguiente error sucede al registrar pagos
`[2022-04-22 17:50:34] local.ERROR: Property [id] does not exist on the Eloquent builder instance. {"userId":1,"exception":"[object] (Exception(code: 0): …
-
Here is the simple form which doesn't have any csrf tokens to send to the server:
```html
Test API authentication
Sub…
beibl updated
4 years ago
-
After enabling this package using the defaults, Livewire still seems to work as expected but custom Javascript calls to `fetch` no longer pass the session cookie.
Any idea what setting is causing t…
-
Hello,
I have set up your example application according to the readme and when I log in using my credentials the request succeeds but the following request to `/api/user` ends with 401 Unauthorized…