diff --git a/src/Socalite/BlueskyProvider.php b/src/Socalite/BlueskyProvider.php index ba8c0184..cadfd845 100644 --- a/src/Socalite/BlueskyProvider.php +++ b/src/Socalite/BlueskyProvider.php @@ -70,7 +70,7 @@ protected function getAuthUrl($state): string } // Generate a new secret key for DPoP when starting a new authentication. - session()->put(DPoP::SESSION_KEY, DPoP::generate()); + $this->request->session()->put(DPoP::SESSION_KEY, DPoP::generate()); $this->updateServiceWithHint();