Skip to content

Add scope separator for PlanningCenter provider#1437

Merged
atymic merged 1 commit intoSocialiteProviders:masterfrom
roymckenzie:fix/planningcenter/scope-separator
Mar 11, 2026
Merged

Add scope separator for PlanningCenter provider#1437
atymic merged 1 commit intoSocialiteProviders:masterfrom
roymckenzie:fix/planningcenter/scope-separator

Conversation

@roymckenzie
Copy link
Copy Markdown
Contributor

This pull request introduces a minor update to the Provider class for Planning Center authentication. The main change is the addition of a scopeSeparator property, which defines how OAuth scopes are separated in authorization requests.

Authentication configuration:

  • Added a protected $scopeSeparator property set to a space character in the Provider class to control how OAuth scopes are separated in requests.

This change was introduced because the Planning Center Authentication documentation notes that, 'The value should be a space-separated list of scopes'.

The default for BaseProvider is a comma.

Thank you!

@atymic atymic merged commit d11aa71 into SocialiteProviders:master Mar 11, 2026
4 checks passed
@roymckenzie
Copy link
Copy Markdown
Contributor Author

Thank you for the rapid merge @atymic!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants