01 api docs on production?
02 api tokens? session cookies?
03 api login form with json login
04 handling authentication errors
05 on authentication success
06 logout & passing api data to javascript
07 passing values to stimulus
08 token types & the apitoken entity
09 generating the api token & fixtures
10 access token authenticator
11 customizing the openapi docs
12 api token scopes
13 deny access with the "security" option
14 bootstrapping a killer test system
15 json test assertions & seeding the database
16 advanced & flexible json test assertions
17 testing authentication
18 customizing browser globally
19 testing token authentication
20 new put behavior
21 only allow owners to edit
22 allow admin users to edit any treasure
23 security voter
24 conditional fields by user: apiproperty
25 user test + plain password
26 state processors: hashing the user password
27 validation groups & patch formats
28 dynamic groups: context builder
29 custom normalizer
30 normalizer decoration & "normalizer aware"
31 totally custom fields
32 custom validator
33 validating how values change
34 auto setting the "owner"
35 query extension: auto-filter a collection
36 404 on unpublished items
37 filtering relation collection