Skip to content

Commit 2f01e91

Browse files
committed
🔒 Exposes state session slug
Makes the `stateSessionSlug` property public to allow easier access and modification when needed.
1 parent 0bd6cb6 commit 2f01e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/OAuth/OAuthManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
final class OAuthManager
1818
{
19-
public private(set) string $stateSessionSlug = 'oauth-state';
19+
public string $stateSessionSlug = 'oauth-state';
2020

2121
public function __construct(
2222
private readonly OAuth2Provider $provider,

0 commit comments

Comments
 (0)