Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ feat: Added support for custom scopes in social providers #58

Merged
merged 5 commits into from
May 4, 2024

Conversation

chrisreedio
Copy link
Owner

Can now add 'scopes' to a provider at registration time in the panel provider.

GitHub Example:

->registerProvider('github', 'fab-github', 'Github', [
    'read:user',
    'repo',
]),

TODO: Update the README to include the functionality after it passes some smoke testing.

chrisreedio and others added 5 commits May 3, 2024 19:28
Registered `SocialmentPlugin` as a singleton and enhanced provider configuration to include custom scopes.

Resolves the work in PR #40 I believe.
Pinned `testbench` dependency versions for better control over test environments.
@chrisreedio
Copy link
Owner Author

Looks like I fixed the tests too :D

Now I just need to add more (some?) tests.

@chrisreedio chrisreedio merged commit 49fce43 into 3.x May 4, 2024
9 checks passed
@chrisreedio chrisreedio mentioned this pull request May 4, 2024
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.

None yet

1 participant