Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Advanced React Security Patterns, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:00:47
    Prerequisites for the Course
  2. Урок 2. 00:00:59
    Download the Code for the Course
  3. Урок 3. 00:04:37
    Sign Up for MongoDB Atlas
  4. Урок 4. 00:00:48
    Install Global Dependencies
  5. Урок 5. 00:01:33
    Take a Tour of the Orbit App
  6. Урок 6. 00:01:40
    Run the App and API
  7. Урок 7. 00:04:38
    User Experience Problems with JWTs
  8. Урок 8. 00:04:42
    How Refresh Tokens Work
  9. Урок 9. 00:02:50
    Add an API Proxy
  10. Урок 10. 00:02:35
    Add a Refresh Token Model
  11. Урок 11. 00:04:14
    Save the Refresh Token in a Cookie
  12. Урок 12. 00:04:35
    Add a Token Refresh Endpoint
  13. Урок 13. 00:05:22
    Get a New Token in the Auth Debugger
  14. Урок 14. 00:04:12
    Get a New Token on 401 Errors
  15. Урок 15. 00:05:56
    Automatically Retry Post Requests
  16. Урок 16. 00:01:31
    Run the App and API
  17. Урок 17. 00:02:07
    Add an API Proxy
  18. Урок 18. 00:07:04
    Install and Configure express-session
  19. Урок 19. 00:03:11
    Set a Session on Login and Signup
  20. Урок 20. 00:04:40
    Add a Session-Based Middleware
  21. Урок 21. 00:02:39
    Add a Logout Endpoint
  22. Урок 22. 00:03:10
    Add a Public Axios Instance
  23. Урок 23. 00:04:55
    Create a User Info Endpoint
  24. Урок 24. 00:07:11
    Check if the User is Authenticated
  25. Урок 25. 00:04:37
    Refactor AuthContext
  26. Урок 26. 00:04:21
    Refactor Login and Signup
  27. Урок 27. 00:07:07
    Add a CSRF Token
  28. Урок 28. 00:02:21
    Refactor the API
  29. Урок 29. 00:05:21
    Add a Persistent Session Store
  30. Урок 30. 00:03:42
    Strengthen the Session Cookie
  31. Урок 31. 00:01:06
    Run the App and API
  32. Урок 32. 00:05:26
    Why Use a Third-Party Auth Provider?
  33. Урок 33. 00:02:12
    Sign Up for an Auth0 Account
  34. Урок 34. 00:01:59
    Configure Application URLs
  35. Урок 35. 00:02:09
    Create a User in Auth0
  36. Урок 36. 00:03:05
    Set Up an API and Permissions
  37. Урок 37. 00:01:42
    Add User Roles in Auth0
  38. Урок 38. 00:01:51
    Use the Universal Login Screen
  39. Урок 39. 00:05:07
    Install the Auth0-React SDK
  40. Урок 40. 00:02:41
    Redirect Users to Auth0 to Log In
  41. Урок 41. 00:05:00
    Use isLoading to Wait for Authentication
  42. Урок 42. 00:01:58
    Use isAuthenticated to Check Auth Status
  43. Урок 43. 00:06:18
    Get an Access Token from Auth0
  44. Урок 44. 00:05:03
    Use a JWKS Verification Middleware
  45. Урок 45. 00:06:13
    Augment the User's Profile with a Rule
  46. Урок 46. 00:02:26
    Use the Auth0 Role in the React App
  47. Урок 47. 00:07:47
    Request Scopes for an Access Token
  48. Урок 48. 00:02:11
    Apply Scope Check Middleware to Endpoints
  49. Урок 49. 00:09:05
    Add a Custom User ID with an Auth0 Rule
  50. Урок 50. 00:02:13
    Allow Users to Log Out
  51. Урок 51. 00:01:17
    Display the User's Name and Picture
  52. Урок 52. 00:04:01
    Remove AuthContext, Login, and Signup
  53. Урок 53. 00:05:16
    Renew Access Tokens
  54. Урок 54. 00:01:15
    Run the App and API
  55. Урок 55. 00:07:18
    Tour the GraphQL Implementation
  56. Урок 56. 00:03:19
    Include a JWT in a GraphQL Request
  57. Урок 57. 00:05:59
    Add the User to the GraphQL Context Object
  58. Урок 58. 00:03:20
    Check Authorization in a Resolver
  59. Урок 59. 00:04:59
    Add a Function to Check the User's Role
  60. Урок 60. 00:02:53
    Define an Auth Schema Directive
  61. Урок 61. 00:02:35
    Add a Custom Directive Class
  62. Урок 62. 00:08:34
    Complete the Auth Directive Class
  63. Урок 63. 00:03:08
    Apply the Auth Directive to the Schema
  64. Урок 64. 00:01:44
    Use the User's Sub Claim
  65. Урок 65. 00:03:08
    Redirect to the Login Page
  66. Урок 66. 00:03:31
    Tour the Gatsby App Setup
  67. Урок 67. 00:01:57
    Run the App and API
  68. Урок 68. 00:04:11
    Wrap the Root Element with Providers
  69. Урок 69. 00:07:29
    Create Client-Side Routes
  70. Урок 70. 00:04:31
    Add a Private Route
  71. Урок 71. 00:03:23
    Make Login and Signup be Client-Side Routes
  72. Урок 72. 00:02:04
    Check the Environment when Building the App
  73. Урок 73. 00:01:24
    Run the App
  74. Урок 74. 00:03:56
    Tour the Next.js Project Code
  75. Урок 75. 00:04:38
    Make Calls for Data on the Server Side
  76. Урок 76. 00:03:13
    Add an Authorization Middleware
  77. Урок 77. 00:03:14
    Add an Admin Authorization Middleware
  78. Урок 78. 00:02:34
    Check for Authentication on the Client
  79. Урок 79. 00:01:54
    Check for the Admin Role on the Client
  80. Урок 80. 00:00:53
    Run the App and API
  81. Урок 81. 00:01:46
    Sign Up for Netlify
  82. Урок 82. 00:03:24
    Set Up a Directory for Serverless Functions
  83. Урок 83. 00:06:34
    Create a Basic Serverless Function
  84. Урок 84. 00:02:32
    Configure a Proxy to Netlify
  85. Урок 85. 00:03:34
    Get Data from a Serverless Function
  86. Урок 86. 00:04:59
    Check Authorization in a Serverless Function
  87. Урок 87. 00:03:23
    Connect to a Database from a Serverless Function
  88. Урок 88. 00:03:35
    Query a Database from a Serverless Function
  89. Урок 89. 00:02:25
    Add a Role Check
  90. Урок 90. 00:01:39
    Challenge: Complete the Remaining Endpoints
  91. Урок 91. 00:30:50
    Kent C. Dodds
  92. Урок 92. 00:27:54
    Eve Porcello
  93. Урок 93. 00:19:57
    Ben Awad
  94. Урок 94. 00:15:30
    Kyle Shevlin
  95. Урок 95. 00:26:35
    Dave Ceddia
  96. Урок 96. 00:22:04
    Sam Julien
  97. Урок 97. 00:23:04
    Kadi Kraman
  98. Урок 98. 00:20:36
    Jason Lengstorf
  99. Урок 99. 00:23:39
    Christian Nwamba
  100. Урок 100. 00:19:38
    Chris Sevilleja