We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe31b1 commit 1691da8Copy full SHA for 1691da8
2 files changed
cypress/README.md
@@ -66,8 +66,6 @@ describe("Public Features", () => {
66
});
67
```
68
69
-The endpoint is to be used for testing purposes only and is recommended to be disabled in production environments.
70
-
71
## Files
72
73
- `plugins/workos.ts` - WorkOS authentication plugin
tests/README.md
@@ -60,9 +60,7 @@ test.describe("Public Features", () => {
60
**Flow:**
61
62
1. API authentication via WorkOS SDK
63
-2. Session creation via `saveSession` endpoint
64
-3. Cookie extraction and browser injection
65
-4. Page navigation with authenticated state
+2. Set the WorkOS session cookie in the browser
0 commit comments