-
The built in Auth in Laravel sets up a few endpoints that will be obsolete by our front end framework. These need to be removed.
-
The current implementation assumes the Cookies are shared. This works in most cases (when domain is the same), but not when different domain is used.
The Pusher implementation uses the client JS to…
-
### Subject of the issue
Doesn't return token from auth()->attempt() if I pass remember parameter too.
### Your environment
| Q | A
| ----------------- | ---
| Bug? |…
-
Hello. Thank you for this great package.
I installed the tracker, everything went smooth.
But when I go to /stats page it is not showing any data. All sections are empty.
When I check the da…
-
I have an Laravel API configured with:
"php": "^7.3",
"fideloper/proxy": "^4.2",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^8.0",
"laravel/sanctum"…
-
Please prefix your issue with one of the following: **[BUG]** **[PROPOSAL]** **[QUESTION]**.
**In raising this issue, I confirm the following (please check boxes):**
- [x] I have read and understood …
-
Everything was working fine but when i try to run
`laravel-echo-server start `
from supervisor below error appear.
```
[11:25:15 PM] - zmMtehwMctWVHxFBAAAB joined channel: chats-channel
[…
-
### Attempted Debugging
- [X] I have read the debugging page
### Searched GitHub Issues
- [X] I have searched GitHub for the issue.
### Describe the Scenario
I am trying to enable S3 im…
-
Currently laravel-auth-token uses the X-Auth-Token header. However, according to CORS, using a custom header forces a pre-flight OPTIONS request (https://developer.mozilla.org/en-US/docs/Web/HTTP/Acce…
-
- Laravel Version: 8.5.0
- PHP Version: 7.4.3
- Database Driver & Version:
### Description:
During email verifications pattern it's usually convenient to fire an event when users registe…