Skip to content

staging → main: skip the ePDS consent screen on first-time sign-up - #243

Merged
holkexyz merged 2 commits into
mainfrom
staging
Aug 12, 2026
Merged

staging → main: skip the ePDS consent screen on first-time sign-up#243
holkexyz merged 2 commits into
mainfrom
staging

Conversation

@holkexyz

Copy link
Copy Markdown
Member

Single change on top of #241: adds the ePDS epds_skip_consent_on_signup: true extension to Certified's OAuth client metadata at /.well-known/oauth-client-metadata.

This removes the "Authorize your account" consent screen first-time users hit during sign-up, so new accounts land straight in the app. It matters for apps that delegate sign-in to the certs provider (e.g. the GainForest frontend), which currently bounce users through certified.one's OAuth flow into the ePDS stock consent screen.

Originally opened as #227 and closed unmerged; revived via #242 onto staging.

Risk

Inert until the PDS side is configured. The flag is only honoured when the ePDS runs with PDS_SIGNUP_ALLOW_CONSENT_SKIP=true and this client_id is on its PDS_OAUTH_TRUSTED_CLIENTS allowlist. Until both hold, the consent screen behaves exactly as it does today.

Changes

  • src/app/.well-known/oauth-client-metadata/route.ts — 5 lines added, no other files touched.

🤖 Generated with Claude Code

s-adamantine and others added 2 commits June 26, 2026 18:43
Advertise the ePDS `epds_skip_consent_on_signup` client-metadata
extension so brand-new accounts skip the "Authorize your account"
consent screen and land straight in the app.

This is the only client-side change required. It takes effect once the
certified.one PDS runs with PDS_SIGNUP_ALLOW_CONSENT_SKIP=true and this
client_id is on its PDS_OAUTH_TRUSTED_CLIENTS allowlist (operator-side
config, not part of this repo).
feat(auth): skip ePDS consent screen on first-time sign-up
@vercel

vercel Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
certified-app Ready Ready Preview Aug 12, 2026 2:47pm

Request Review

@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 5bb42cb1-d133-4e08-adb6-6315674822d8

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@holkexyz
holkexyz marked this pull request as ready for review August 12, 2026 15:05
@holkexyz
holkexyz merged commit 97d8593 into main Aug 12, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants