1. Урок 1. 00:08:55
    Hello API Security + API Docs on Production?
  2. Урок 2. 00:04:05
    API Auth 101: Session? Cookies? Tokens?
  3. Урок 3. 00:06:28
    Login with json_login
  4. Урок 4. 00:05:56
    Authentication Errors
  5. Урок 5. 00:04:28
    Login Success & the Session
  6. Урок 6. 00:07:40
    On Authentication Success
  7. Урок 7. 00:08:50
    Logout & Passing API Data to JS on Page Load
  8. Урок 8. 00:08:07
    SameSite Cookies & CSRF Attacks
  9. Урок 9. 00:06:03
    ApiResource access_control
  10. Урок 10. 00:04:30
    Bootstrapping a Test Suite
  11. Урок 11. 00:05:01
    Backport the API Platform 2.5 Test Tools
  12. Урок 12. 00:06:51
    Api Tests & Assertions
  13. Урок 13. 00:06:57
    Logging in Inside the Test
  14. Урок 14. 00:04:51
    Resetting the Database Between Tests
  15. Урок 15. 00:08:31
    Base Test Class full of Goodies
  16. Урок 16. 00:09:24
    ACL: Only Owners can PUT a CheeseListing
  17. Урок 17. 00:08:05
    ACL & previousObject
  18. Урок 18. 00:08:25
    Access Control & Voters
  19. Урок 19. 00:07:31
    Adding the plainPassword Field
  20. Урок 20. 00:08:04
    Data Persister: Encoding the Plain Password
  21. Урок 21. 00:05:45
    Validation Groups
  22. Урок 22. 00:06:43
    Conditional Field Setup
  23. Урок 23. 00:09:23
    Testing, Updating Roles & Refreshing Data
  24. Урок 24. 00:05:41
    Context Builder & Service Decoration
  25. Урок 25. 00:05:41
    Context Builder: Dynamic Fields/Groups
  26. Урок 26. 00:06:50
    Automatic Serialization Groups
  27. Урок 27. 00:07:48
    Resource Metadata Factory: Dynamic ApiResource Options
  28. Урок 28. 00:05:59
    Dynamic Groups without Caching
  29. Урок 29. 00:08:46
    Custom Normalizer: Object-by-Object Dynamic Fields
  30. Урок 30. 00:10:35
    Diving into the Normalizer Internals
  31. Урок 31. 00:09:31
    A "Normalizer Aware" Normalizer
  32. Урок 32. 00:04:49
    Normalizer & Completely Custom Fields
  33. Урок 33. 00:06:49
    Locking down the CheeseListing.owner Field
  34. Урок 34. 00:07:33
    Custom Validator
  35. Урок 35. 00:08:16
    Security Logic in the Validator
  36. Урок 36. 00:06:47
    Auto-set the Owner: Entity Listener
  37. Урок 37. 00:09:46
    Query Extension: Auto-Filter a Collection
  38. Урок 38. 00:05:22
    Automatic 404 on Unpublished Items
  39. Урок 39. 00:10:51
    # Filtering Related Collections