Kelvin Mwinuka
Kelvin Mwinuka

Kelvin Mwinuka

Follow
homebadgesnewsletter
Tag

Web Development

#web-development

More content

Read more stories on Hashnode


Articles with this tag

Google Login on AWS Cognito Without Hosted UI (Work-around)

Apr 23, 20227 min read

I've previously written an article about basic username/password authentication with AWS Cognito. This article will cover registration and...

Google Login on AWS Cognito Without Hosted UI (Work-around)

Deploy Cognito Triggers Using Serverless Framework

Apr 11, 20226 min read

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...

Deploy Cognito Triggers Using Serverless Framework

Pre Signup Validation on AWS Cognito

Apr 8, 20226 min read

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...

Pre Signup Validation on AWS Cognito

Verify Users in ExpressJS

Dec 30, 20206 min read

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...

Verify Users in ExpressJS

Handle Password Reset in ExpressJS

Dec 24, 202013 min read

No authentication system is complete without a password reset feature. I would personally never ship a product that did not have this feature...

Handle Password Reset in ExpressJS

Create Registration & Authentication with Express & PassportJS

Dec 21, 202012 min read

In this article, I’m going to demonstrate how to build a user registration and authentication system in ExpressJS. In the previous article, we set up...

Create Registration & Authentication with Express & PassportJS