Simple Login for DocCheck
WordPress plugin that protects selected content with a DocCheck OAuth 2.0 login.
by Dots United GmbH · github.com/dotsunited/simple-login-for-doccheck · website
★ 1stars
2release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/dotsunited/simple-login-for-doccheck/releases/download/1.0.0/simple-login-for-doccheck.1.0.0.zipDeclares an update source (false), so updates arrive through the plugin's own updater.
From the readme
Simple Login for DocCheck
WordPress plugin that protects selected content with a DocCheck OAuth 2.0 login.
Requirements
| | |
|---|---|
| WordPress | 6.3+ |
| PHP | 8.0+ with sessions enabled and a writable session.savepath |
| DocCheck | LoginTarget with client ID and secret |
Installation
Install a release archive through Plugins → Add New → Upload Plugin, or use Composer:
For development, clone this repository into wp-content/plugins/ and run composer install to generate the autoloader. Official release archives include the production autoloader and require no build step after installation.
Setup
1. Create an OAuth 2.0 / OpenID Connect LoginTarget in the DocCheck Login Manager.
2. Create a WordPress page, add the DocCheck Login block, and publish it.
3. Open Settings → Simple Login for DocCheck and configure:
| Setting | Purpose |
|---|---|
| Login client ID / secret | Credentials from DocCheck. An empty secret field keeps the stored value. |
| Redirect URI | Exact callback URL registered with DocCheck on the same origin as the WordPress home URL. HTTPS is required in production. |
| Login page | Published page containing the DocCheck Login block or shortcode alternativ
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| 1.0.0 | Aug 6, 2026 | simple-login-for-doccheck.1.0.0.zip | 2 |