Skip to content

Commit

Permalink
Update BlueskyProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kawax committed Nov 22, 2024
1 parent fc23bcd commit 57475b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Socalite/BlueskyProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 57475b5

Please sign in to comment.