DEV Community

Discussion on: The Complete Guide to User Authentication with the Amplify Framework

Collapse
 
syang profile image
syang

Hi Nader, thanks a lot for providing the simple/short article to bring beginner up to speed.

Can you give a detailed under the hood mechanism explanation to how 'the redirect signin URI: localhost:3000/' is used during the sign-in process? In a production code, I assume this URI should be changed, right? But to be changed to what?

I guess I would like to understand how the following three URL and web app / web browser interact during the Oauth signed process to fully understand it.

Can you give a detailed walk through of how each URI during a life of Social Sign In process.

Thanks