Skip to content

fix wrong link in email#750

Merged
pyramation merged 1 commit into
mainfrom
fix/wrong-link-in-email
Feb 28, 2026
Merged

fix wrong link in email#750
pyramation merged 1 commit into
mainfrom
fix/wrong-link-in-email

Conversation

@theothersideofgod
Copy link
Copy Markdown
Contributor

fix env issue for local dev

@pyramation pyramation merged commit d7c89cc into main Feb 28, 2026
43 checks passed
@pyramation pyramation deleted the fix/wrong-link-in-email branch February 28, 2026 22:53
theothersideofgod added a commit that referenced this pull request May 12, 2026
Implement OAuth routes that wire the @constructive-io/oauth package
to the database's sign_in_identity/sign_up_identity private functions.

Routes:
- GET /auth/providers - list configured providers
- GET /auth/:provider - initiate OAuth flow
- GET /auth/:provider/callback - handle OAuth callback

Features:
- Signed state with HMAC for CSRF protection and redirect_uri storage
- Shadow attack defense: reject unverified emails for auto-signup
- MFA flow: redirect to /auth/mfa when mfa_required=true
- Session and device token cookie setting

Refs: #750

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
theothersideofgod added a commit that referenced this pull request May 12, 2026
Implement OAuth routes that wire the @constructive-io/oauth package
to the database's sign_in_identity/sign_up_identity private functions.

Routes:
- GET /auth/providers - list configured providers
- GET /auth/:provider - initiate OAuth flow
- GET /auth/:provider/callback - handle OAuth callback

Features:
- Signed state with HMAC for CSRF protection and redirect_uri storage
- Shadow attack defense: reject unverified emails for auto-signup
- MFA flow: redirect to /auth/mfa when mfa_required=true
- Session and device token cookie setting

Refs: #750

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
theothersideofgod added a commit that referenced this pull request May 14, 2026
Implement OAuth routes that wire the @constructive-io/oauth package
to the database's sign_in_identity/sign_up_identity private functions.

Routes:
- GET /auth/providers - list configured providers
- GET /auth/:provider - initiate OAuth flow
- GET /auth/:provider/callback - handle OAuth callback

Features:
- Signed state with HMAC for CSRF protection and redirect_uri storage
- Shadow attack defense: reject unverified emails for auto-signup
- MFA flow: redirect to /auth/mfa when mfa_required=true
- Session and device token cookie setting

Refs: #750

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
theothersideofgod added a commit that referenced this pull request May 15, 2026
Implement OAuth routes that wire the @constructive-io/oauth package
to the database's sign_in_identity/sign_up_identity private functions.

Routes:
- GET /auth/providers - list configured providers
- GET /auth/:provider - initiate OAuth flow
- GET /auth/:provider/callback - handle OAuth callback

Features:
- Signed state with HMAC for CSRF protection and redirect_uri storage
- Shadow attack defense: reject unverified emails for auto-signup
- MFA flow: redirect to /auth/mfa when mfa_required=true
- Session and device token cookie setting

Refs: #750

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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