Add auth flow logging for OAuth debugging #530
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Summary\n- add safe debug logs for /api/authorize POST\n- log module selection and token response keys\n- log OAuth token exchange metadata (no secrets)\n\n## Testing\n- not run (logging only)
📦 Published PR as canary version:
2.0.0--canary.530.e77512e.0✨ Test out this PR locally via:
npm install @friggframework/core@2.0.0--canary.530.e77512e.0 npm install @friggframework/devtools@2.0.0--canary.530.e77512e.0 npm install @friggframework/eslint-config@2.0.0--canary.530.e77512e.0 npm install @friggframework/prettier-config@2.0.0--canary.530.e77512e.0 npm install @friggframework/schemas@2.0.0--canary.530.e77512e.0 npm install @friggframework/serverless-plugin@2.0.0--canary.530.e77512e.0 npm install @friggframework/test@2.0.0--canary.530.e77512e.0 npm install @friggframework/ui@2.0.0--canary.530.e77512e.0 # or yarn add @friggframework/core@2.0.0--canary.530.e77512e.0 yarn add @friggframework/devtools@2.0.0--canary.530.e77512e.0 yarn add @friggframework/eslint-config@2.0.0--canary.530.e77512e.0 yarn add @friggframework/prettier-config@2.0.0--canary.530.e77512e.0 yarn add @friggframework/schemas@2.0.0--canary.530.e77512e.0 yarn add @friggframework/serverless-plugin@2.0.0--canary.530.e77512e.0 yarn add @friggframework/test@2.0.0--canary.530.e77512e.0 yarn add @friggframework/ui@2.0.0--canary.530.e77512e.0