Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit 3a5b95f

Browse files
docs: add info re google-token route
1 parent 331bd4c commit 3a5b95f

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ flowchart LR
181181
admin --> csp("/api/admin/csp-violation \n­\n • CSP #quot;report-to#quot;" target)
182182
admin --> healthcheck("/api/admin/healthcheck \n­\n • Healthchecks target")
183183
auth --> register("/api/auth/register \n­\n • User registration")
184-
auth --> login("/api/auth/login \n­\n • User login requests. Accepts \n email+pw or Google OAuth")
184+
auth --> login("/api/auth/login \n­\n • User logins via Local\n or OAuth mechanisms")
185+
auth --> googleToken("/api/auth/google-token \n­\n • User logins via Google\nOAuth2 OneTap FedCM")
185186
auth --> token("/api/auth/token \n­\n • Refreshes auth tokens")
186187
connect --> accountLink("/api/connect/account-link \n­\n • Returns a link to the Stripe-hosted\nConnect onboarding portal")
187188
connect --> dashboardLink("/api/connect/dashboard-link \n­\n • Returns a link to the Stripe-hosted\naccount management portal")
@@ -224,7 +225,7 @@ This API uses a single DynamoDB table with primary keys `pk` and `sk`, along wit
224225

225226
### Fixit-API Access Patterns
226227

227-
<!-- TODO add commentary here re: DynamoDB Access Patterns -->
228+
<!-- TODO Add commentary here re: DynamoDB Access Patterns -->
228229

229230
- **USERS**
230231
- Find a User by their email
@@ -247,11 +248,7 @@ This API uses a single DynamoDB table with primary keys `pk` and `sk`, along wit
247248
- Find a User's WorkOrders using their user ID
248249
- Find WorkOrders within a given date range
249250

250-
<!-- TODO talk more about
251-
- the DB generally
252-
- Adjacency Lists design pattern
253-
- Excellent query patterns
254-
-->
251+
<!-- TODO Write more about the DB generally, adjacency Lists design patterns, excellent query patterns. -->
255252

256253
### Single Table Design
257254

0 commit comments

Comments
 (0)