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

Addition of an OAuth server Integration #18392

Draft
wants to merge 19 commits into
base: trunk
Choose a base branch
from
Draft

Conversation

KiOui
Copy link
Contributor

@KiOui KiOui commented May 4, 2022

This pull request is a proof-of-concept and adds an OAuth server to the Yoast SEO plugin. For more information, please read the README.md file in the src/oauth folder. A client for testing this proof-of-concept was also created and is published on the yoast-example-oauth-client repository.

Note that the composer packages are install on PHP 7.4.

Proposed changes:

  • Add an endpoint for removing a registered access token and/or refresh token
  • Refactor the authorization endpoint to a normal admin view

@private-packagist
Copy link

private-packagist bot commented May 4, 2022

composer.lock

Package changes

Package Operation From To Changes
defuse/php-encryption add - v2.3.1 view code
lcobucci/clock add - 2.0.0 view code
lcobucci/jwt add - 4.1.5 view code
league/event add - 2.2.0 view code
league/oauth2-server add - 8.3.5 view code
league/uri add - 6.5.0 view code
league/uri-interfaces add - 2.3.0 view code
paragonie/random_compat add - v2.0.21 view code
psr/http-message add - 1.0.1 view code

Dev Package changes

Package Operation From To Changes
paragonie/random_compat remove v2.0.21 - -
psr/http-message remove 1.0.1 - -

Settings · Docs · Powered by Private Packagist

@KiOui KiOui changed the title Feature/oauth server Feature/OAuth server May 10, 2022
@KiOui KiOui changed the title Feature/OAuth server Addition of an OAuth server Integration May 24, 2022
@KiOui KiOui self-assigned this May 24, 2022
@KiOui KiOui added this to the Platform Plugin OAuth milestone May 24, 2022
@private-packagist
Copy link

The composer.lock diff comment has been updated to reflect new changes in this PR.

@private-packagist
Copy link

The composer.lock diff comment has been updated to reflect new changes in this PR.

@private-packagist
Copy link

The composer.lock diff comment has been updated to reflect new changes in this PR.

@private-packagist
Copy link

The composer.lock diff comment has been updated to reflect new changes in this PR.

@private-packagist
Copy link

The composer.lock diff comment has been updated to reflect new changes in this PR.

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