Skip to content

Commit 95e53ea

Browse files
committed
Add Flutter authentication integration guide
1 parent 15b580a commit 95e53ea

3 files changed

Lines changed: 506 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ uv run pytest --cov --cov-report html
4747
Local auth testing supports Mailpit for SMTP capture, a dev auth sandbox at `/__dev/auth-sandbox`, and opt-in provider smoke tests.
4848

4949
See [`docs/auth-testing.md`](docs/auth-testing.md) for the exact `.env` values, Google OAuth setup, and end-to-end test workflow.
50+
51+
For Flutter client integration guidance, see [`docs/flutter-auth-integration.md`](docs/flutter-auth-integration.md).

docs/auth-testing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ This repo can now support a full local auth test loop:
88
- PowerSync token minting
99
- Google OAuth browser flow after you add Google credentials
1010

11+
For Flutter client integration guidance, see [`flutter-auth-integration.md`](flutter-auth-integration.md).
12+
1113
## Local Setup
1214

1315
1. Start local dependencies:

0 commit comments

Comments
 (0)