Skip to content

Addition of an OAuth server Integration#18392

Draft
KiOui wants to merge 19 commits intotrunkfrom
feature/oauth-server
Draft

Addition of an OAuth server Integration#18392
KiOui wants to merge 19 commits intotrunkfrom
feature/oauth-server

Conversation

@KiOui
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown

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

@private-packagist
Copy link
Copy Markdown

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

@private-packagist
Copy link
Copy Markdown

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

@private-packagist
Copy link
Copy Markdown

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

@private-packagist
Copy link
Copy Markdown

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

@github-actions
Copy link
Copy Markdown

A merge conflict has been detected for the proposed code changes in this PR. Please resolve the conflict by either rebasing the PR or merging in changes from the base branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant