Try it
Choose a storage mode, then run the probe. The cookie path is what this course uses with Nest.
Probe result appears here.
// โ
Nest
res.cookie('access_token', jwt, { httpOnly: true, sameSite: 'lax' })
// โ
Axios
withCredentials: trueRight for this course: Nest sets the cookie; Axios sends it with credentials.