Log in with 9jawap
The official WordPress plugin for 9JAWAP OAuth2 Single Sign-On (SSO).
by 9jawap Developer Network · github.com/9jawap/login-with-9jawap · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/9jawap/login-with-9jawap/archive/refs/heads/main.zipLog in with 9JAWAP — Official WordPress Plugin
Integrate the 9JAWAP Identity Node directly into your WordPress ecosystem. This plugin enables seamless OAuth2 Single Sign-On (SSO), allowing millions of users to securely register and log into your external WordPress website using their 9JAWAP account credentials.
By implementing the "Log in with 9JAWAP" protocol, you lower registration friction, increase signup conversion rates, and instantly verify user authentication via the 9JAWAP platform network.
🚀 Key Features
- Instant Onboarding: One-click registration and login flow for 9JAWAP account holders.
- Secure OAuth2 Framework: Operates on standard secure token handshake mechanisms (
Authorization Code Grant). - Profile Mapping: Automatically synchronizes user identity fields (Username, First Name, Last Name, and Profile Picture) directly into the native WordPress user database.
- Developer Ecosystem Integration: Deeply linked with your centralized developer panel metrics at
9jawap.net/developers. - Shortcode Support: Custom login buttons can be placed anywhere using widgets, Gutenberg blocks, or template files.
🛠️ Prerequisites & Setup Guide
1. Generate Your API Keys
Before configuring the plugin, you must register your website as an active client application inside our portal:
- Navigate to the 9JAWAP Developer Terminal.
- Create a new Application profile.
- Configure your Valid Redirect URI (This will be provided inside the plugin settings page, usually
https://yourdomain.com/wp-login.php?njw_oauth=callback). - Copy your unique Client ID and Client Secret.
2. Installation
- Download or clone this repository directly into your WordPress directory:
cd wp-content/plugins/ git clone [https://github.com/9jawap/login-with-9jawap.git](https://github.com/9jawap/login-with-9jawap.git)
Releases
1 release.
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.