Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pantheon-systems/wp-pantheon-decoupled-auth-example
Development repo for Pantheon Decoupled Authorization Example Plugin
https://github.com/pantheon-systems/wp-pantheon-decoupled-auth-example
decoupled-kit
Last synced: 2 months ago
JSON representation
Development repo for Pantheon Decoupled Authorization Example Plugin
- Host: GitHub
- URL: https://github.com/pantheon-systems/wp-pantheon-decoupled-auth-example
- Owner: pantheon-systems
- License: gpl-2.0
- Created: 2022-03-10T20:37:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T13:23:34.000Z (10 months ago)
- Last Synced: 2024-04-14T12:11:52.834Z (9 months ago)
- Topics: decoupled-kit
- Language: PHP
- Homepage:
- Size: 229 KB
- Stars: 2
- Watchers: 11
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Pantheon Decoupled Authorization Example
Example configuration used for sourcing data requiring authorization using an application password.
When installed, this plugin:
- Creates a user 'decoupled_example_user' with the 'editor' role.
- Creates an example application password for the user 'decoupled_example_user'.
- Creates an example post with the private status.With this example data a front-end application can confirm that it can authenticate with your WordPress instance and source private content.