Is AWS Cognito Still a Good Option for Authentication?

0
0
Asked By CuriousHiker92 On

I'm curious about whether AWS Cognito is still considered a reliable choice for user authentication these days. I've heard mixed opinions on it, and I'm trying to weigh its pros and cons. Any insights?

3 Answers

Answered By DevilInDetails On

Cognito is serviceable if you need AWS integration, but it has its flaws. If you’re looking for something less hassle, tools like Clerk or Supabase Auth are often more user-friendly and efficient for authentication. Just be cautious of the added costs if you need features beyond basic MFA.

Answered By AWSFanatic88 On

I still think Cognito is solid. We don’t run into issues with it, and it's fairly flexible. Just be prepared for a bit of a learning curve during the setup phase, but it pays off in security and robustness once you're through it.

Answered By CodeNinja007 On

Cognito can be a bit tricky to work with, especially when it comes to their API. Setting up their Hosted UI can be frustrating since customization options are limited. I had a situation where I had to recreate my User Pool and lost a bunch of user data along the way. Just a heads up, not the friendliest developer experience out there.

UserMapper99 -

How did you handle user ID mapping when you recreated the User Pool? Did you have a way to match them back to your existing database?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.