Software Alternatives & Reviews

Authy VS Amazon Cognito

Compare Authy VS Amazon Cognito and see what are their differences

Authy logo Authy

Best rated Two-Factor Authentication smartphone app for consumers, simplest 2fa Rest API for developers and a strong authentication platform for the enterprise.

Amazon Cognito logo Amazon Cognito

Amazon Cognito lets you add user sign-up, sign-in, and access control to your web and mobile apps quickly and easily. It scales to millions of users and supports sign-in with social identity providers and enterprise identity providers via SAML 2.0.
  • Authy Landing page
    Landing page //
    2021-10-05
  • Amazon Cognito Landing page
    Landing page //
    2023-03-13

Authy videos

How to Use Authy To Keep Your Data Safe

More videos:

  • Review - GOOGLE AUTHENTICATOR vs. AUTHY - (AUTHY WON)
  • Review - Productivity Tuesday Ep#4 -- Authy Two Factor Authentication

Amazon Cognito videos

Amazon Cognito Tutorial - Amazon Cognito User Pools & AWS Amplify Setup

Category Popularity

0-100% (relative to Authy and Amazon Cognito)
Identity And Access Management
Identity Provider
0 0%
100% 100
Two Factor Authentication
Authentication
100 100%
0% 0

User comments

Share your experience with using Authy and Amazon Cognito. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Authy and Amazon Cognito

Authy Reviews

7 Best Google Authenticator Alternatives For Android And iOS
And another big difference that it provides over the Google Authenticator is the Authy passcode. Using this code, no one will be able to browse through all your codes.
The Best Authenticator Apps for 2023
One of Twilio Authy’s big advantages is encrypted cloud backup. However, it’s somewhat concerning that you can add the account to a new phone using “a PIN code sent via a call or an SMS,” according to Authy’s support pages. There’s also an option to enter a private password or passphrase that Authy uses to encrypt login info for your accounts to the cloud. The password is...
Source: www.pcmag.com
Top 6 Google Authenticator Alternatives in 2023
Although most alternatives to Google Authenticator are completely free but potentially relatively limited in terms of options, Duo can offer you a lot if you’re willing to pay for it. The free option, which Cisco advises is aimed towards individuals and very small teams, is most comparable to what Google offers and will be enough for many, though it faces stiff competition...
Is Authy better than Google Authenticator?
.large-mobile-banner-1-multi-842{border:none!important;display:block!important;float:none;line-height:0;margin-bottom:3px!important;margin-left:0!important;margin-right:0!important;margin-top:3px!important;min-height:250px;min-width:300px;padding:0;text-align:center!important}But to avoid this problem entirely, make sure to add Authy to any devices you want and then Disable...
The Best 2FA Apps 2021: Locking Down Your Online Accounts
As far as website support goes, Authy 2FA tokens work with any service that accepts TOTP-based authenticator apps. Authy even maintains a database of services it supports, complete with step-by-step instructions for how to enable 2FA on those services. In addition to password managers like Keeper, cloud storage like Box and encrypted email services like ProtonMail, Authy...

Amazon Cognito Reviews

12 User Authentication Platforms [Auth0, Firebase Alternatives]
Cognito is Amazon’s cloud application authentication solution for the masses. It’s a low code deployment that can be used with conventional passwords or 3rd party logins like Google or Facebook.
Source: geekflare.com
Auth0 Vs cognito
Auth0 is far, far easier to implement. But… it is way more expensive. We started on Auth0 and then switched to Cognito. Cognito has cost us a lot of development time. On the other hand all of our data is collected in a single place, AWS, making it easier to analyze (Cloudwatch alerts).

Social recommendations and mentions

Based on our record, Authy should be more popular than Amazon Cognito. It has been mentiond 139 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Authy mentions (139)

  • A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
    Authy - Two-factor authentication (2FA) on multiple devices, with backups. Drop-in replacement for Google Authenticator. Free for up to 100 successful authentications. - Source: dev.to / 3 months ago
  • Ask HN: What 2FA iOS app do you use?
    Https://authy.com/ Acquired by Twilio. I'm not even sure if they still update it, last blog post was 3 years ago. - Source: Hacker News / 5 months ago
  • How to Set Up 2FA on Your BitStarz Account
    2FA apps such as Google Authenticator and Authy randomly generate a code every minute or so, which is matched to a specific key associated with your login. In essence, this means that whenever a login asks for your 2FA code, it knows which number to expect and will only unlock if that correct number is entered. Source: 5 months ago
  • How can I avoid MFAuthenticator?
    You can also set up the Authy authenticator app on a PC, so you don't have to use a mobile app at all, but use a PC app instead :). Source: 10 months ago
  • Coworker refused to use a second factor for his Azure Global ADM bcs he doesn‘t need a „Gadget“ like a FIDO key.
    Check out authy. It's considered less secure than other device-specific OTP solutions, but it's better than not using it. Source: 11 months ago
View more

Amazon Cognito mentions (63)

  • My Past 1 Year+ with AWS Cognito
    I’ve heard some people complain about AWS Cognito’s complexity, but I’ve had the opposite experience. I’ve never done on-boarding before, and every project I’ve ever been on, or near, on-boarding was always a horror show, both in UI, ability to debug, and stability. - Source: dev.to / about 2 months ago
  • How to Deploy and Secure a Next.js API on AWS
    After setting up an Amplify app, the next step is to add authentication to the project. Writing the logic for an application's login flow can be challenging and time-consuming. You are responsible for handling tokens correctly, managing user sessions, and storaing user details. However, Amplify simplifies this process by providing a complete authentication solution, which uses Amazon Cognito under the hood, that... - Source: dev.to / 3 months ago
  • Free auth products you can start using today
    Building auth for your SaaS product shouldn't be hard. Try these free solutions for your next project 👇 Http://supabase.com/auth Free up to 50k users/month Http://firebase.google.com/products/auth Free up to 50k users/month Http://aws.amazon.com/cognito Free up to 50k users/month Http://clerk.com Free up to 10k users/month Http://kinde.com Free up to 7.5k users/month Https://www.descope.com Free up to... Source: 5 months ago
  • Solo SaaS - How I Built a Serverless Workout App By Myself
    The app uses Amazon Cognito to authenticate users via Google. This was probably the hardest part of the entire project - setting up and configuring the resources necessary to get a Cognito user pool wired up to Google. I kept the Cognito resources in a SAM template separate from the user interface to allow me to iterate on the back-end and UI separately. - Source: dev.to / 9 months ago
  • How to Protect Next.js 13 App Routes with Authentication
    Adding authentication to your app enables users to create accounts, sign in, and ensures that only authorized users can access your app. Writing the logic for an application's login flow can be challenging and time-consuming. However, Amplify simplifies this process by providing a complete authentication solution with Amazon Cognito that can be easily added to your app. - Source: dev.to / 9 months ago
View more

What are some alternatives?

When comparing Authy and Amazon Cognito, you can also consider the following products

Google Authenticator - Google Authenticator is a multifactor app for mobile devices.

Auth0 - Auth0 is a program for people to get authentication and authorization services for their own business use.

Duo Security - Duo Security provides cloud-based two-factor authentication. Duo’s technology can be deployed to protect users, data, and applications from breaches, credential theft, and account takeover.

Okta - Enterprise-grade identity management for all your apps, users & devices

Azure Multi-Factor Authentication - Azure Multi-Factor Authentication helps safeguard access to data and applications while meeting user demand for a simple sign-in process.

OneLogin - On-demand SSO, directory integration, user provisioning and more