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 Indeed OAuth Provider #1134

Merged
merged 2 commits into from
Jan 26, 2024
Merged

Conversation

sahapranta
Copy link
Contributor

Hi,

I am requesting to add indeed OAuth Provider, Here is the doc

https://docs.indeed.com/dev/docs/log-in-with-indeed

https://docs.indeed.com/dev/docs/upgrade-oauth

*/
protected $scopeSeparator = ' ';

protected $scopes = ['email', 'offline_access'];
Copy link
Member

Choose a reason for hiding this comment

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

Do we need offline_access token by default? I assume we can omit this in the provider

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi @atymic, I don't know why but they require to have offline_access included when requesting for email

https://docs.indeed.com/dev/docs/authentication-overview#scopes

Here is a screenshot from the above url.

image

Copy link
Member

Choose a reason for hiding this comment

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

Ahh ok.

Copy link
Member

@atymic atymic left a comment

Choose a reason for hiding this comment

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

See comments

@atymic atymic merged commit 5a8db88 into SocialiteProviders:master Jan 26, 2024
4 checks passed
@atymic
Copy link
Member

atymic commented Jan 26, 2024

Please PR to website repo

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