WP Login and Register using JWT
The WordPress Login and Register using JWT plugin allows you to log in (Single Sign-On) into your WordPress application using the JWT token(JSON Web token) obtained from any other WordPress site or other applications/platforms including mobile applications. This helps users perform autologin to WordPress and synchronize user sessions without the need to log in again. | Features | WordPress JWT Login Setup Guide | Videos | WORDPRESS SINGLE SIGN-ON / SSO ( LOGIN INTO WORDPRESS ) WordPress Single Sign-On SSO also simply called WordPress SSO allows you to login into WordPress using the credentials of other platforms. So, the user will just use a single set of credentials to log in to multiple applications. WordPress Single Sign-On / SSO using JWT(JSON Web Token) WordPress Single Sign-On (SSO) with JWT allows you to log into the WordPress site using the user-based JWT token obtained externally when the user authenticates for the first time in any connected external application. The JWT token authentication is the most popular way of authentication nowadays as it is a secure and lightweight protocol. The JWT token can be obtained either when a user logs into other platforms via OAuth/OpenID Connect protocol or can be created explicitly using the user information and secure algorithms. With this plugin, you can easily use the user-based JWT token to log a user in rather than asking them to authenticate again. Let’s take an example – If you have a WordPress site and mobile app, now if you are logged into the mobile app, now if you try to access the WordPress site, then to access the particular content, the WordPress site will ask for login again and which is not feasible, so with the JWT SSO (JWT Single Sign-On), you can create the JWT token for the user who is already logged into the mobile app and then on accessing the WordPress site, you can pass that JWT token in the request, using which the same user can authenticate and autologin to the WordPress site and hence won’t need to enter the credentials again. It supports possibly all kinds of JWT tokens (access-token/id-token) obtained from OAuth/OpenID Connect providers like AWS Cognito, Microsoft Azure AD, Azure B2C, Okta, Keycloak, ADFS, Google, Facebook, Apple, Discord and popular applications like Firebase. WordPress login using the JWT also called JWT SSO (Single Sign-On) can be done from other platforms and applications including mobile apps (android or IOS), an app built with other programming languages like .NET, JAVA, PHP, JS etc. Major functionalities WordPress Login Endpoint to create user-based JWT token Plugin provides the following API endpoint, which can be used to authenticate WordPress users and returns a user-based JWT which can be used to create login sessions in WordPress and other external applications. /wp-json/api/v1/mo-jwt WordPress Login using JWT This feature provides a way to auto-login users in WordPress using JWT obtained in a very secure way either via passing JWT token in the URL as a parameter, in the request header or shared via secured cookies. WordPress user register API endpoint to create users in WordPress using API This feature provides the following API endpoint to create users in WordPress in an easy way and on successful user registration, you will receive a JWT token in the response which can be used further for user login and WordPress REST API authorization. wp-json/api/v1/mo-jwt-register Delete/Remove users from WordPress using the user-based JWT token (JSON Web Token) This feature provides an API endpoint using which you can pass the JWT token and can easily delete the user and revoke access. wp-json/api/v1/mo-jwt-delete More details for the plugin setup can be checked from here. USE CASES Login to External applications using WordPress credentials If you are looking to authenticate your WordPress users to log in to external applications, then our plugin provides a login API endpoint using which you can easily authenticate WordPress users and can log in the users to those applications. Single Sign-On Users using the JWT token provided by OAuth/OpenID providers This WordPress login and register using the JWT plugin supports the WordPress Single Sign On (WordPress SSO) or WordPress login using the user-based JWT token (id-token/access-token) provided by the external OAuth/OpenID Connect providers (like Microsoft Azure AD, Azure B2C, AWS Cognito, Keycloak, Okta, ADFS, Google, Facebook, Apple, Discord and many more..) on login in some other sites/applications using their credentials. So, the user just needs to log in once on any other sites/platforms and a JWT token will be provided by these providers for those users will then be used further with security to autologin in other platforms. Automatic WordPress login and site access from mobile app web view | Synchronize WordPress session in the mobile app web view Suppose you have a mobile application and want to allow users to access their WordPress site content in the mobile app web view which requires a login so asking the users to enter the credentials again won’t be a good user experience. So, our JWT login plugin provides a solution to you in which the user session from the mobile app can be synchronized with the WordPress site and the user can seamlessly access the WordPress site using the user-based JWT token without the need for a WordPress login again. Automatic session synchronization between WordPress and other applications built on React, Node, Next JS, Flutter, Angular, Java, PHP, and C# …. Suppose you have a WordPress site connected to any external application built on any framework, then if you want a feature that if a user is logged in to any one application, should be automatically logged in to another as well. This can be easily achieved using the secure JWT. Session sharing between WordPress and other applications sharing the same subdomain (hosted on the same domain) Suppose you have a WordPress site and other applications hosted on the same subdomain, such that if the user logs in to any one application, then can be auto-logged into other connected applications on that domain using secure cookie-based JWT token sharing. an pass the new user details like username, email, name and password(optional), role etc. in the request body and on successful response, your user will get created and the corresponding user-based JWT will be received and the appropriate error response will be returned on the failure. Sync user login sessions between multiple platforms (Session sharing) If you have a WordPress site and other applications sharing the same subdomain and you want the feature in which if a user logged into one site (WordPress or another) and on accessing the other site in the same browser, then that user should get logged in automatically (user session to be synchronized). So, this feature is possible to have with our plugin’s JWT cookie-based session-sharing feature. Features FREE PLAN Create JWT feature Login API endpoint to authenticate WordPress users based on username/email and password Supports the JWT token generation using the HS256 signing algorithm. JWT token signing with randomly generated secret signing key. Default JWT token expiration is 60 minutes. User Registration feature Provide an API endpoint for user registration with the default subscriber role. Provide a user-based JWT token in the success response. No Extra Security key for user registration API. User Deletion feature Provide an API endpoint for user deletion with JWT token validation using the HS256 signing algorithm. No Extra Security key for user deletion API. User login feature Allows WordPress login (SSO) using a user-based JWT token with HS256 signing created using the plugin’s Create JWT feature. Retrieve the JWT token from the URL parameter to allow auto-login. Auto redirection on login to the homepage or on the same page/URL from where the autologin is initiated. Default Subscriber role is assigned on login using JWT. PREMIUM PLAN Create JWT feature Supports JWT token generation using HS256 and a securer RS256 signing algorithm. JWT token signing with a custom secret signing key or certificate. Custom token expiration to expire the token as per your requirement to improvise security. Custom JWT token decryption key. Revoke and invalidate existing user JWT token whenever a new JWT token is generated for a user. User Registration feature Provide an API endpoint for user registration with a custom role. Provide a user-based JWT token in the success response. Extra Security key for user registration API endpoint. User Deletion feature Provide an API endpoint for user deletion with JWT token validation using the HS256 signing algorithm. Extra Security key for user deletion API. User login feature Allows WordPress login (SSO) using a user-based JWT with HS256 signing created either using plugins create JWT feature or a JWT token obtained from an external source. Allows WordPress login using a user-based JWT with RS256 signing validation. Allows WordPress login using a user-based JWT with JWKS token validation support. Allows WordPress login using a user-based JWT obtained from an external OAuth/OpenID Connect provider. Retrieve the JWT token from the URL parameter, request header and cookie to allow auto-login between platforms. Auto redirection on login to the homepage or on the same page/URL from where the autologin is initiated. Auto redirection on login to any custom URL. User Attribute/Profile mapping on SSO login. Option to assign any WordPress role rather than default subscriber on SSO login. Automatic role and group Mapping to the user who performs SSO using a JWT token. SSO Login Audit feature to track the users who perform login using the JWT token. Add-On to share the user session to other applications using the JWT token stored in the cookie Other Related Integrations OAuth Single Sign On – SSO (OAuth Client) – This plugin allows Single Sign On – SSO login in your WordPress site using external OAuth 2.0, OpenID Connect Providers api Single Sign On – SSO Login – This plugin allows Single Sign On – SSO login in your WordPress site using external api, WS-FED Providers WordPress REST API Authentication – This plugin protects your WordPress REST API endpoints from unauthorized access using secure OAuth 2.0, JWT authentication, Basic authentication, Bearer API Key token and even more. Privacy This plugin does not store any user data. This plugin uses login.xecurify.com for registration as miniOrange uses login.xecurify.com if the user chooses to register and upgrade to premium. If the user does not want to register then he can continue using the free plugin. (Link to the privacy policy – https://www.miniorange.com/privacy-policy.pdf )
Top keywords
- jwt63×3.60%
- wordpress59×3.37%
- user46×2.63%
- token43×2.46%
- login41×2.34%
- jwt token36×2.06%
- api24×1.37%
- site18×1.03%
- sso18×1.03%
- applications16×0.91%
- user-based15×0.86%
- user-based jwt15×0.86%
Pixel Tag Manager for WooCommerce – Google Analytics 4, Google Ads, and More Pixels
The Pixel Tag Manager for WooCommerce plugin delivers automated eCommerce event tracking — with no coding required. Setup takes less than 2 minutes, making it easy to start tracking customer behavior and conversions across multiple platforms. Pixel Tag Manager seamlessly integrates with: Google Analytics 4 (GA4), Google Ads (Conversion Tracking, Enhanced Conversions, Dynamic Remarketing), Microsoft Advertising (Bing Ads), Meta Pixel (Facebook Pixel), Facebook Conversion API, Snapchat, Pinterest, TikTok, and Twitter. This powerful tool enables WooCommerce store owners to track essential user actions, gain actionable insights, and build highly targeted audiences for advertising campaigns, ultimately driving better ad performance and higher ROI. The plugin also supports Google Consent Mode V2, ensuring compliance with privacy regulations. With Facebook Conversion API integration, you can improve event matching, enhance attribution, and reduce cost per action (CPA) throughout the customer journey. Using Google Tag Manager, Pixel Tag Manager automatically captures a wide range of WooCommerce events, including: Page Views Product Views Product List Views Add to Cart (from listings & product pages) Remove from Cart Checkout Initiation & Checkout Steps Purchases / Order Conversions (including Thank You page visits) Supported Platforms * Google Analytics 4 (GA4) * Google Ads (Conversion, Enhanced Conversion, Dynamic Remarketing) * Microsoft Ads * Meta Pixel & Facebook Conversion API * TikTok (including Conversion API) * Pinterest (including Conversion API) * Snapchat * Twitter * Bing Ads Why It Matters Understanding shopper behavior is at the heart of effective marketing. This plugin automates tracking of critical WooCommerce events (page views, add-to-cart, checkout, purchase, etc.), giving you the insights needed to optimize ad spend and boost ROAS. Top Features 🚀 Quick Setup: Install and add your Pixel IDs in under 2 minutes. 🛠 No Coding Needed: Enable tracking via simple settings with tooltips. 📊 Complete Event Coverage: Automatically tracks add-to-cart, checkout steps, purchases, product views, and more. ⚡ Lightweight: Optimized for speed, minimal impact on your store performance. 🌍 Multi-Platform: Works with all major advertising and analytics platforms. Pixel Tag Manager offers integration capabilities for WooCommerce stores. Pixel Tag Manager streamlines the tracking process via Google Tag Manager, ensuring a smooth and efficient experience. Google Tag (NEW): Easily add and manage your Google Tag for seamless integration with Google services. Choose to use it for GA4, Google Ads, or both, all from a simple, user-friendly interface. Accurate GA4 Tracking: Pixel Tag Manager provides precise tracking for Google Analytics 4 (GA4). It monitors all eCommerce events such as page views, item list views, item views, item selection, cart additions (both from product and list pages), cart removals, all checkout steps, and purchase events. Google Ads Tracking: You can track your campaign performance effectively for Google Ads Conversion and Enhanced Conversion Tracking. Dynamic Remarketing with Google Ads: Enable Google Ads Dynamic Remarketing Tracking to create remarketing and dynamic remarketing visitor lists, particularly useful for retail businesses. Track your store form submissions with Google Analytics 4 Microsoft Ads Pixel: This plugin also supports Microsoft Ads Pixel (formerly Bing Ads Pixel), which is crucial for pay-per-click advertising on Bing, Yahoo!, and DuckDuckGo search engines. Facebook Conversion API: Utilize the Facebook Conversion API to enhance tracking and measurement across Facebook’s advertising ecosystem. Meta Ads Pixel (Facebook Ads Pixel): Track all eCommerce events seamlessly with Meta Ads Pixel, ensuring comprehensive tracking for Facebook advertising. Snapchat Ads Pixel: You can also track conversions effectively on Snapchat with the Snapchat Ads Pixel. Twitter Ads Pixel: Track valuable data for your Twitter advertising campaigns using the Twitter Ads Pixel. TikTok Ads Pixel & Conversion API (NEW): Comprehensive eCommerce event tracking with enhanced server-side conversion tracking for improved accuracy and reliability. Pinterest Conversion API (NEW): Enhanced ad performance tracking with server-to-server integration for more accurate conversion measurement. Advanced Matching (NEW): Improved user identification across platforms (Facebook, TikTok, Twitter, Bing, and Pinterest) for more accurate tracking and attribution. Conversion API Logs (NEW): Built-in viewer to monitor and debug the latest API calls directly from your WordPress dashboard. Granular Event Controls (NEW): Fine-tune your tracking with advanced controls for purchase event triggers and data sharing preferences. GrowInsights360 GA4 Dashboard GrowInsights360 is a powerful analytics dashboard that helps you visualize and understand your Google Analytics 4 (GA4) data — all in one place. With secure Google OAuth integration, you can easily connect your GA4 account and start monitoring key website metrics. Gain insights across multiple dimensions such as traffic, conversions, user behavior, and performance. Google Analytics Dashboard Overview: View GA4 insights across multiple timeframes, including Today, This Week, This Month, This Quarter, Last Quarter, This Year, and Last Year. General Reports: Access Google Analytics insights across various timeframes to track performance trends over time. Product Performance Reports: Get detailed insights with multi-dimensional analysis to understand how individual products are performing on your e-commerce site. Purchase Journey Reports: Analyze user journeys across dimensions such as country, device category, language, city, and browser. Comparison Options: Each metric includes built-in comparisons to previous periods. (e.g., This Week vs Last Week) Time-Based Performance & Custom Date Range: Select from various preset dates or set a custom date range. Download CSV & PDF: Export your table data in CSV or PDF format. Clean, intuitive interface 🚀 Pro Features (Upgrade To PRO) 📊 Google Analytics & Tag Management Google Analytics 4 (GA4) with Enhanced E-commerce Tracking Form Submission Tracking in GA4 Implement all tracking using Google Tag Manager Google Ads Enhanced Conversion Tracking Google Ads Dynamic Remarketing Google Ads Form Conversion Tracking 📱 Social Media Pixels & Conversion API Facebook Pixel with Conversion API TikTok Pixel with Conversion API Pinterest Pixel with Conversion API Twitter Pixel with Advanced Tracking Snapchat Pixel with Advanced Tracking Advanced Matching across all platforms (Facebook, TikTok, Twitter, Bing, Pinterest) 🛠 Advanced Features Conversion API for Facebook, TikTok, Pinterest Conversion API Logs Viewer Granular Event Controls for purchase tracking ROAS (Return on Ad Spend) tracking for TikTok Ads Microsoft Ads (Bing) Pixel with Dynamic Remarketing Axeptio Integration with Google Consent Mode v2 Complete eCommerce event tracking for all platforms Priority Support and Regular Updates (Upgrade To PRO Now) 🆓 Free Features 🔍 Basic Tracking (Page Views & Purchases) Google Analytics 4 (GA4) – Basic Events Google Ads Conversion Tracking Facebook Pixel – Basic Events TikTok Pixel – Basic Events Pinterest Pixel – Basic Events Twitter Pixel – Basic Events Snapchat Pixel – Basic Events Microsoft Ads (Bing) Pixel – Basic Events 📈 Analytics & Reporting GrowInsights360 GA4 Dashboard (Lite Version) Basic Conversion Tracking Standard Event Tracking 💡Note: Free version includes basic tracking for all platforms. Upgrade to Pro for advanced features like Conversion API, Advanced Matching, and more detailed analytics. Advanced Matching for multiple platforms for purchase events (Facebook, TikTok, Twitter, Bing, Pinterest) Integrate Axeptio seamlessly with Google Consent Mode v2 for easy to manage cookie consent banners with no coding required. Installation Upload the plugin to /wp-content/plugins/ Activate through the Plugins menu Find Pixel Tag Manager → Pixels Settings Add your Pixel IDs The Pixel Tag Manager plugin offers seamless integration with various tracking pixels, including Google Analytics 4 (GA4), Google Ads Conversion Tracking, Enhanced Conversion Tracking and Dynamic Remarketing Tracking, Bing Ads (Microsoft Advertising), Meta Pixel (Facebook Pixel), Snapchat Pixel, Pinterest Pixel, TikTok Pixel, and Twitter Pixel. Customers can easily set up tracking by adding their Pixel ID on the plugin’s settings page. Additionally, helpful tooltips with exclamation marks provide guidance on finding and inputting the Pixel ID, and customers have the flexibility to enable or disable specific pixels as needed. For additional assistance, refer to our plugin documentation or contact our support team. Documentation Documentation of the plugin, Open the Documentation PDF Documentation of the plugin, Open the documentation Privacy & Terms When a user onboards for the first time by adding an email address or updating it in the Pixel Settings page, they must accept the Privacy Policy and Terms before saving data. https://growcommerce.io/privacy-terms/