-
**Warning:** This workaround does no longer work due to changes by Apple.
The current implementation uses Apples `response_mode=form_post` option in order to support scopes.
This causes Laravel to…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Pending Approval
These branc…
-
I get the following error after redirected to /auth/tumblr/callback?oauth_token=**
I just followed the installation instructions on a blank laravel setup
`DirectoryTree\Bartender\UserProviderRep…
-
### The problem
I'd like to use Authentik as OIDC with Socialite (https://socialiteproviders.com/Authentik/#installation-basic-usage). But it says it isn't supported.
I ran the compose installer, …
-
![Image](https://github.com/user-attachments/assets/85b03010-039e-4da3-9fb0-8ba95746ce37)
-
Everything works fine except when landing on callback url the post request giving an error.
Client error: `POST https://appleid.apple.com/auth/token` resulted in a `400 Bad Request` response: {"err…
-
The createPreviews function need some minor modifications if you dont clone the $image, it is being overwritten in the next iteration
foreach ($sizes as $entry) {
$force = $entry[…
-
bundling the vendor folder in the repo is a security risk: it creates routine huge chore `composer update` commits that are basically *impossible to code-review*, if a developer want to hide a backdoo…
-
Hi, please bear with me. I'm still new to Laravel and Filament. I have a few questions regarding this plugin.
1. ### UserObserver didn't get triggered when a new user is created
If I removed the b…
-
Currently when you load the user via socialite, you have no way to pass an access token (See [Contract](https://github.com/laravel/socialite/blob/beb3adcff1a6e400955c459d5ad329c0576da3ed/src/Contracts…