I'm a professional software engineer with a deep interest in web and cloud technologies.
Subscribe to my newsletter and never miss my upcoming articles
I've previously written an article about basic username/password authentication with AWS Cognito. This article will cover registration and...
Recently, I posted an article about pre signup triggers for AWS Cognito user pools. The article went over setting up pre signup validation using a...
In the last article, we leveraged AWS Cognito to handle user authentication in our application. There was a caveat with the setup, email sharing was...
I’ve written quite a few articles about authentication before. This is yet another user auth article. However, this time it’s a little different....
If you’re building an application, you likely want a lot of users on your platform. However, you don’t just want a large number of users, you want...
No authentication system is complete without a password reset feature. I would personally never ship a product that did not have this feature...