When productId is configured via createAuthProvider({ productId }),
it is now included in the login and register POST bodies alongside
email/password. Previously it was only injected for OAuth calls.
This is required by platform-service which validates productId on
all auth endpoints.
|
||
|---|---|---|
| .. | ||
| __tests__ | ||
| auth-context.tsx | ||
| index.ts | ||
| types.ts | ||