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