Mohit-S-Rane / backend-pro

Backend Pro
0 stars 0 forks source link

lcoauthsystem #20

Closed Mohit-S-Rane closed 4 months ago

Mohit-S-Rane commented 4 months ago

lcoauthsystem

Mohit-S-Rane commented 4 months ago

5 Fixes

4 - Authentication - [=> /lcoauthsystem]

  1. What we have done till section 3 - backend
  2. Hiding Secrets in backend
  3. Picking up a DB for backend
  4. Why we need Mongoose - ODM
  5. Pro DB Modeling Tools
  6. Creating Model for Auth System
  7. Creating basic structure for Auth sys
  8. Creating User Schema and Dotenv
  9. Registering a User in auth sys
  10. DB connection in Auth sys
  11. What is Middleware
  12. Handling Password Situation
  13. What is JWT and Creating Token
  14. Register Route in Auth App
  15. Login Flow for Auth App
  16. Web vs Mobile
  17. Writing Custom Middleware
  18. Setting Up Secure Cookies