Spring boot Authentication server using AWS cognito

Eric Anicet
4 min readJul 22, 2021

In this story, we’ll implement an authentication microservice using Amazon Cognito.

Photo by Meritt Thomas on Unsplash

Our microservice offers REST resources (signUp, signIn, forgotPassword, signOut) which allow full control over all aspects of the user’s authentication flow.

What Is Amazon Cognito?

Amazon Cognito provides authentication…

--

--