Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай FULL Authentication WITH REACT JS NEXT JS TYPESCRIPT, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:12:08
    Full Showcase
  • Урок 2. 00:06:50
    Create next app
  • Урок 3. 00:04:47
    Setup tailwind css
  • Урок 4. 00:06:41
    Setup Mongodb Atlas Cluster
  • Урок 5. 00:12:35
    Connect to the database from our application using typescript
  • Урок 6. 00:13:50
    Setup next auth and testing login process with github
  • Урок 7. 00:09:57
    Setup Google Provider
  • Урок 8. 00:05:04
    Setup Discord Provider
  • Урок 9. 00:04:04
    Setup Twitter Provider
  • Урок 10. 00:13:30
    Deploy our application and test providers on production mode
  • Урок 11. 00:08:13
    Setup Facebook Provider
  • Урок 12. 00:10:45
    Setup Auth0 provider
  • Урок 13. 00:08:41
    Add user to database when sign in with a provider
  • Урок 14. 00:03:54
    Session strategy: database vs jwt
  • Урок 15. 00:10:51
    Explaining callbacks and getting the provider name when sign in
  • Урок 16. 00:11:14
    Styling the home page part 1
  • Урок 17. 00:08:44
    Styling the home page part 2
  • Урок 18. 00:09:08
    Protected routes with Next js middlware
  • Урок 19. 00:14:01
    Auth page setup and custom input
  • Урок 20. 00:05:15
    Finishing custom input styles
  • Урок 21. 00:12:13
    React Hook Form setup
  • Урок 22. 00:05:18
    Adding zod for validation
  • Урок 23. 00:08:38
    Email and phone number inputs and validation
  • Урок 24. 00:05:16
    Password and confirm password inputs and validation
  • Урок 25. 00:11:54
    Password strength validation
  • Урок 26. 00:06:43
    Accept terms and conditions validation
  • Урок 27. 00:09:01
    Side submit button
  • Урок 28. 00:04:53
    Show and hide password
  • Урок 29. 00:10:01
    Adding the background and setup toastify and fixing some issues
  • Урок 30. 00:17:42
    Register a user to the database
  • Урок 31. 00:04:54
    After submit reset and loader
  • Урок 32. 00:04:29
    Setup the template
  • Урок 33. 00:05:07
    Setup smtp accounts
  • Урок 34. 00:12:43
    SendMail function with nodemailer and handlebars
  • Урок 35. 00:12:33
    Sending email test with registeration
  • Урок 36. 00:19:38
    Activate account
  • Урок 37. 00:17:25
    Sign in provider and switch between forms and backgrounds
  • Урок 38. 00:12:39
    Sign in, csrfToken...
  • Урок 39. 00:14:37
    Adding our custom providers
  • Урок 40. 00:06:05
    Forgot password page and form
  • Урок 41. 00:06:08
    Forgot password backend api
  • Урок 42. 00:07:09
    Reset password - frontend
  • Урок 43. 00:05:05
    Reset password api
  • Урок 44. 00:12:05
    Deploy to vercel