Skip to content
WordPress.org
  • Showcase
  • Plugins
  • Themes
  • Hosting
  • News
    • Learn WordPress
    • Documentation
    • Education
    • Forums
    • Developers
    • Blocks
    • Patterns
    • Photos
    • Openverse ↗︎
    • WordPress.tv ↗︎
    • About WordPress
    • Make WordPress
    • Events
    • Five for the Future
    • Enterprise
    • Gutenberg ↗︎
    • Job Board ↗︎
  • Swag ↗︎
  • Get WordPress
Get WordPress
WordPress.org

Plugin Directory

Hippoo Auth

  • Submit a plugin
  • My favorites
  • Log in
  • Submit a plugin
  • My favorites
  • Log in

This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Hippoo Auth

By hippoosupport
Download
  • Details
  • Reviews
  • Installation
  • Development
Support

Description

Hippoo Auth enhances the WooCommerce Store API by adding secure JWT-based authentication endpoints. It supports login and signup via Google, Facebook, Apple, or manually with email and password. Once authenticated, users can retrieve and update their billing/shipping information, view order history, and more — all via API.

Perfect for developers building API-driven themes, custom mobile apps, or headless WooCommerce experiences.

Use it to build:

  • Headless WooCommerce themes
  • Custom frontend apps (React, Vue, etc.)
  • Mobile apps using Flutter, React Native, or Kotlin
  • API-based user dashboards

With Hippoo Auth, users can register, login (manually or via Google, Apple, or Facebook), and securely access:

  • Order history and details
  • Billing and shipping addresses
  • JWT-based session tokens with refresh support

🔐 Auth is handled via JWT for secure stateless sessions, ideal for frontend-heavy or decoupled environments.

📘 Developer Docs:
https://hippoo.app/hippoo-auth-web-service-documentation-for-authentication-and-user-management-in-woocommerce/

Features

  • REST API login with JWT tokens
  • Social login (Google, Facebook, Apple)
  • Secure signup and password reset
  • Access to orders and addresses via API
  • Built-in token refresh and logout endpoint
  • Compatible with WooCommerce stores and custom frontends
  • No dependency on the Hippoo App

External services

This plugin connects to third-party services for social authentication:

  • Google OAuth API: Used to verify Google login tokens. Sends OAuth access token.
    Privacy Policy, Terms of Service

  • Facebook Graph API: Used to fetch user info (ID, email, name). Sends OAuth access token.
    Privacy Policy, Terms

  • Apple ID Authentication API: Used for sign-in via Apple. Sends OAuth access token.
    Privacy Policy, Terms

These are required for enabling social login functionality.

Credits

This plugin was built with the Hippoo team — creators of the Hippoo WooCommerce App, a mobile app that helps you manage store orders, products, coupons, and more on the go.

Installation

  1. Upload the hippoo-auth folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Visit the Hippoo Auth settings page to configure the plugin.
  4. Use the endpoints immediately, or check the official docs

FAQ

Q: Can I use this plugin to build a headless WooCommerce frontend or mobile app?
A: Yes. It’s designed specifically to enable secure access to WooCommerce data through custom APIs.

Reviews

Thank you very much!

adriansudakv January 2, 2026
I tried three other plugins, and none of them did even half as much as yours. It’s reliable, fast, and actually solves the problem
Read all 1 review

Contributors & Developers

“Hippoo Auth” is open source software. The following people have contributed to this plugin.

Contributors
  • hippoosupport
  • hippooo

Translate “Hippoo Auth” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1.1

  • Improved token signing key handling.

1.1.0

  • Stateless REST auth: hippoo_auth_permission_check no longer sets WordPress/WooCommerce session cookies on every authenticated call. The permission callback now uses wp_set_current_user() for the current request only. Fixes intermittent 502 Bad Gateway responses on authenticated routes caused by response headers overflowing nginx’s default FastCGI buffer.
  • JWT token validation (hippoo_auth_validate_access_token, hippoo_auth_validate_refresh_token) now catches \Throwable (not just \Exception) so TypeError/Error from the JWT library surface as clean 401 responses instead of PHP fatals. Added user_id and WP_User guards to eliminate a latent “property of non-object” notice.
  • Fixed Apple social-login JWT decode: hippoo_auth_verify_apple_token now wraps the parsed public key in new Key( $pem, 'RS256' ) as required by firebase/php-jwt v6+ (was using the v5 signature and throwing an uncaught TypeError).

1.0.4

  • Fix Invalid argument supplied for foreach() warning in autoload — capture prefixes via closure use() instead of relying on global (the array sits in plugin-file scope, not global scope).

1.0.3

  • Maintenance Release

1.0.1

  • Minor bug fix.

1.0.0

  • Initial release.

Meta

  • Version 1.1.1
  • Last updated 3 days ago
  • Active installations Fewer than 10
  • WordPress version 5.8 or higher
  • Tested up to 6.8.8
  • PHP version 7.4 or higher
  • Tags
    jwtrest-apisocial loginwoocommerce
  • Advanced View

Ratings

5 out of 5 stars.
  • 1 5-star review 5 stars 1
  • 0 4-star reviews 4 stars 0
  • 0 3-star reviews 3 stars 0
  • 0 2-star reviews 2 stars 0
  • 0 1-star reviews 1 star 0

Your review

See all reviews

Contributors

  • hippoosupport
  • hippooo

Support

Got something to say? Need help?

View support forum

Donate

Would you like to support the advancement of this plugin?

Donate to this plugin

  • About
  • News
  • Hosting
  • Privacy
  • Showcase
  • Themes
  • Plugins
  • Patterns
  • Learn
  • Documentation
  • Developers
  • WordPress.tv ↗
  • Get Involved
  • Events
  • Donate ↗
  • Swag ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org
  • Visit our X (formerly Twitter) account
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Visit our Facebook page
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
Code is Poetry
The WordPress® trademark is the intellectual property of the WordPress Foundation.