-
Notifications
You must be signed in to change notification settings - Fork 454
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
Conversation
*/ | ||
protected $scopeSeparator = ' '; | ||
|
||
protected $scopes = ['email', 'offline_access']; |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh ok.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments
Please PR to website repo |
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