testing/integration.ts view source
(options: StandardIntegrationTestOptions): void Standard integration test suite for fuz_app auth routes.
Exercises login/logout, cookie attributes, session security, session revocation, password change (incl. API token revocation), origin verification, bearer auth (incl. browser context rejection on mutations), token revocation, cross-account isolation, expired credential rejection, signup invite edge cases, and response body validation.
Each test group asserts that required routes exist, failing with a descriptive message if the consumer's route specs are misconfigured.
options
session config and route factory
returns
void