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

Add Roblox OAuth2 Provider for Laravel Socialite #1192

Merged
merged 2 commits into from
Jun 8, 2024

Conversation

sympact06
Copy link
Contributor

This commit introduces the Roblox OAuth2 Provider for Laravel Socialite. It includes the provider's installation and usage instructions in the README file as well as the implementation of the Provider class. It also updates the monorepo-builder.yml file to include a new reference to the Roblox provider repository.

This commit introduces the Roblox OAuth2 Provider for Laravel Socialite. It includes the provider's installation and usage instructions in the README file as well as the implementation of the Provider class. It also updates the monorepo-builder.yml file to include a new reference to the Roblox provider repository.
src/Roblox/Provider.php Outdated Show resolved Hide resolved
src/Roblox/composer.json Outdated Show resolved Hide resolved
Removed the redundant 'additionalConfigKeys' method from the Provider class. Also, corrected the package name in composer.json from 'discord' to 'roblox'.
@sympact06
Copy link
Contributor Author

Fixed the comments

protected function getCodeFields($state = null)
{
return array_merge(parent::getCodeFields($state), [
'client_id' => $this->clientId,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aren't these properties already set in the parent method?

@atymic atymic merged commit d9da594 into SocialiteProviders:master Jun 8, 2024
@atymic
Copy link
Member

atymic commented Jun 9, 2024

Please PR to website https://github.com/SocialiteProviders/website

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

3 participants