React: Login pages with JSON Web Tokens I have finished Shaun Wassell's course on LinkedIn learning on the Authentication process using React and JSON Web Tokens. The course was excellent. Other technologies and libraries he uses are Mongol DB (for NoSql database), Axios (for fetching), jsonwebtoken (for JWTs), Babel (for more compact syntax in JSX and backward comparability), bcrypt (for encryption), Express (for fetching), OAuth 2.0 connecting to Goggle, Amazon Cognito as an authentication alternative, NodeJs, and sendgrid (for email sending). The course is over 5 hours long of instruction. What is really good in the course is the OAuth 2.0, JSON Web Tokens, and Amazon Cognito sections. What could be improved is his teaching style is hand-typing all the code (having the viewer wait as he types) and talking explaining as he goes. He could just copy and paste sections and adjust them so that he focuses on explaini...