I'm working on Angular app and now I need to implement authentication. My app is hosted on AWS S3 bucket, I use a postgreSQL on AWS RDS and to read data from the database I use php functions hosted on AWS EC2.
At the moment I'm struggling with what authentication method I implement and I'm looking for a simple but efficient tutorial with my architecture.
I need token to verify the origin of the calls.
Which authentication method is best for my use and integrates better?
I've read about these possibilities: jwt, amazon cognito and auth0 but I'm not able to decide because I'm pretty new to angular. Along with the answer, can you link me to the best tutorial? thank you