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