-
Hello I have a question this is my code when logging in
this.$auth.loginWith('local', {
data: {
"email": this.username,
"password": this.password
}
})
and this is my auth config
axios: {
…
-
Using [Conditional Relationships in a API Resource](https://laraveljsonapi.io/docs/1.0/resources/relationships.html#conditional-relationships) class breaks the relationship self/related endpoints.
…
-
## Description
When running `gatsby develop --https` both with without `--cert-file`/`--key-file` SSL does not work in Firefox, Chrome or Safari (screenshots below).
### Steps to reproduce
1…
-
I added `UploadServer::route()` to my `web.php` routes file and receive this error:
> Non-static method STS\UploadServer\UploadServer::route() cannot be called statically
Am I missing something?
-
### Version
[4](https://github.com/auth-module/releases/tag/4)
### Reproduction link
[http://todo.com](http://todo.com)
### Steps to reproduce
Visit a protected route by clicking a `nux…
-
**Describe the bug**
* tailwind/forms 0.3.4
* added strategy in tailwind.config.js
```js
plugins: [
require("@tailwindcss/forms")({
strategy: 'class',
}),
],
```
…
-
**Describe the bug**
Vemto 1.0.1, Fresh project with default options: Tailwind, Jetstream, and the CRUD apps fail to load,
**Observations**
It seems that the dependencies aren't properly version…
-
**Describe the bug**
I am building a Quasar SSR app. And trying to send a request to the API (Built in Laravel and using Sanctum from CSRF).
Making a request to csrf endpoint i.e `https://somedomai…
-
- [x] **I confirm that I have read and attempted the tips in the [Troubleshooting Guide](https://scribe.knuckles.wtf/laravel/troubleshooting).**
**What happened?**
1. I upgrade scribe from version…
-
**Describe the bug**
Hitting: api/v1/users/current?include=customer.customerGroups,roles.permissions results in "Unauthenticated" after a successful login.
Response from login:
/api/login
Reques…