Gatey – Login & SSO with Amazon Cognito for WordPress Plugin Directory
Gatey – Login & SSO with Amazon Cognito is a WordPress app, with a 5.0 average rating from 1 review, as of Aug 31, 2026.
Gatey – Login & SSO with Amazon Cognito is a WordPress Plugin Directory app by Smart Cloud Solutions Inc.. With a rating of 5.0★ from 1 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Gatey – Login & SSO with Amazon Cognito is a category-leading WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. 1 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (5.0★) signals consistent merchant satisfaction
- +Published by Smart Cloud Solutions Inc. — established developer track record
Cons
- −Limited review base (1) — ratings can shift significantly with new feedback
Looking to switch from Gatey – Login & SSO with Amazon Cognito?
See Gatey – Login & SSO with Amazon Cognito's alternatives ranked by audit score, rating, and review velocity.
How Gatey – Login & SSO with Amazon Cognito works
Show full descriptionShow less
Gatey provides a seamless integration with Amazon Cognito for secure, scalable authentication in WordPress. This plugin supports both dynamic WordPress sites and statically generated WordPress frontends.
Gatey is part of the WP Suite product family by Smart Cloud Solutions, Inc. WP Suite keeps WordPress as the CMS and editing layer, while optional connected features can extend selected workflows into modular AWS-backed services for identity, AI, APIs, workflows, protected routes, and static delivery. The free Gatey features described here do not require a WP Suite account or subscription; AWS services are used only where you configure them directly, such as your own Amazon Cognito user pool, or where you enable optional connected features.
Key features include:
– Amazon Cognito user pool login and registration
– Fully translatable Authenticator screens — 22 built-in languages plus a custom-JSON option for overriding any string or adding new languages
– Single Sign-On (SSO) integration with Social login, SAML, and OIDC providers
– Gutenberg block, Elementor widget, and shortcode support
– Multi-factor authentication (MFA)
– Profile editing and password reset features
– Secure API access with JWT or AWS IAM Signature authorization
– Role-based access control
You can find the plugin’s continuously expanding, detailed documentation at:
WP Suite – Docs
What’s on the site?
– Get Started guide — quick start, installation, first‑time setup.
– CSS/JS references — components, API, usage examples.
– Creating User Pools — step‑by‑step instructions with AWS CloudFormation / CDK scripts.
– Protecting static sites — full tutorial with point‑by‑point walkthroughs and AWS scripts.
This plugin is not affiliated with or endorsed by Amazon Web Services or the WordPress Foundation. All trademarks are property of their respective owners.
Free and Premium Usage Notice Gatey works entirely offline and provides full login and registration functionality via your WordPress installation without requiring any registration or subscription.
Optional premium features (like advanced customization or frontend integrations) are only available after connecting your WordPress instance via a secure frontend-only JavaScript authenticator to our Gatey service. Registration and subscription are not required to use the core plugin functionality. All premium interactions happen client-side using standard AWS Amplify and Stripe components – no external PHP code is loaded or executed.
Machine-readable resources
AI plugin manifest: https://wpsuite.io/.well-known/ai-plugin.json
OpenAPI spec: https://wpsuite.io/.well-known/openapi.yaml
External Services This plugin integrates with the following third-party services:
Amazon Cognito
What it is & what it’s used for:
A managed user-identity and authentication service from Amazon Web Services (AWS). We use Cognito User Pools to handle user registration, login, multi-factor authentication (MFA), password resets, and JWT issuance.
What data is sent & when:
Registration / Sign-up: username, email, and any required attributes are sent to Cognito for account creation.
Sign-in / Authentication: username and password (and MFA code if enabled) are sent to Cognito for verification.
Token exchange: on successful login, Cognito returns ID, access, and refresh tokens which are stored client-side for session management.
Password reset & profile updates: relevant identifiers and new credentials or attributes are sent when users trigger those flows.
Endpoints called:
https://cognito-idp.{region}.amazonaws.com/{userPoolId}
Other AWS API endpoints under the amazonaws.com domain.
Links:
Terms of Service: https://aws.amazon.com/service-terms/
Privacy Policy: https://aws.amazon.com/privacy/
Google reCAPTCHA v3
What it is & what it’s used for:
A client-side bot-detection widget from Google that provides a score for interactions. We integrate reCAPTCHA v3 into the Authenticator block’s sign-up form by fetching a token in the browser.
What data is sent & when:
Client-side only: the plugin’s JS calls grecaptcha.execute() to retrieve a reCAPTCHA token and then includes that token in the sign-up request sent to Amazon Cognito.
Server-side verification: only happens if you configure a Pre-SignUp Lambda in your Cognito user pool that calls Google’s siteverify API with your secret key. That Lambda is wholly under your control—Gatey does not handle or store your secret.
Configuration in WordPress:
Enter your reCAPTCHA v3 Site Key in Settings → General → reCAPTCHA v3 Public Key.
No Secret Key is required by the plugin.
Links:
About reCAPTCHA v3: https://www.google.com/recaptcha/about/
Google Terms of Service: https://policies.google.com/terms
Google Privacy Policy: https://policies.google.com/privacy
WP Suite platform connection (optional; site/workspace linking & shared features)
When it applies:
When you use WP Admin → SmartCloud → Connect your Site to WP Suite to link this WordPress site to a WP Suite workspace, or to switch/disconnect later.
What it’s used for:
Storing and retrieving Pro feature configuration (e.g., API/chatbot/feature settings) and enabling an admin-side preview experience so you can try Pro features in WP Admin before enabling them on the live site.
What data may be sent:
Minimal account/session data required for authentication, and minimal site/workspace linking data required to associate a WordPress site with a workspace (e.g., site/workspace identifiers and the site’s URL/domain).
Where it goes / how it’s called:
Secure HTTPS requests from the browser to WPSuite.io services (e.g. wpsuite.io and api.wpsuite.io).
Links:
WPSuite.io Privacy Policy: https://wpsuite.io/privacy-policy
WPSuite.io Terms of Use: https://wpsuite.io/terms-of-use
Stripe (optional; subscription/purchase flow)
When it applies: Only when the user opens the optional WP Suite subscription / purchase flow in the shared admin component.
What it’s used for: Displaying hosted pricing/subscription UI for optional paid features.
What data may be sent: Browser/session data required by Stripe to render the hosted purchase UI and process the purchase flow.
Links:
Terms: https://stripe.com/legal/consumer
Privacy: https://stripe.com/privacy
Client-Side Libraries
AWS Amplify Authenticator
What it is & why we use it:
A React UI component library from the Amplify Framework. We embed its <Authenticator> component inside our Gutenberg block to render and manage the login/signup flows.
What it does:
Renders sign-in, sign-up, MFA, and password-reset forms.
Under the hood it calls the Amazon Cognito APIs (see External Services entry), but does not itself authenticate or store secrets.
Docs & source:
GitHub repo: https://github.com/aws-amplify/amplify-ui
Docs: https://ui.docs.amplify.aws/react/connected-components/authenticator
Trademark Notice Amazon Web Services, AWS, and Amazon Cognito are trademarks of Amazon.com, Inc. or its affiliates.
Gatey is an independent open-source project and is not affiliated with, sponsored by, or endorsed by Amazon Web Services.
All references to “Amazon Cognito” are made purely to describe this plugin’s interoperability.
Source & Build Public (free) source code:
All of the code that ships in this public ZIP (the “free” version) is published here: https://github.com/smartcloudsol/gatey
WP Suite Admin source code:
The wpsuite-admin/ directory contains modules originating from the SmartCloud WP Suite project: https://github.com/smartcloudsol/smartcloud-wpsuite
This shared component handles WP Suite workspace linking, licence validation, and subscription management, and will be included in all upcoming WP Suite plugins.
Premium-only features:
We maintain a fork of the AWS Amplify Authenticator (with Edit Account, Setup TOTP, etc.) and any additional paid-only screens and services in a private repository. Those files are not part of this public source.
Keyword rankings
Gatey – Login & SSO with Amazon Cognito ranks for 3 keywords across WordPress Plugin Directory. Here are the top 3:
Competitors & alternatives
AppRanks tracks competitor sets per category. For Gatey – Login & SSO with Amazon Cognito, the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is Gatey – Login & SSO with Amazon Cognito?
Gatey – Login & SSO with Amazon Cognito is an app for WordPress. It currently holds a 5.0-star rating from 1 merchant review, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by Smart Cloud Solutions Inc.