Skip to content

feat(android): open the app from the confirmation email - #203

Merged
anis022 merged 1 commit into
developfrom
feature/189-native-deep-links
Aug 27, 2026
Merged

feat(android): open the app from the confirmation email#203
anis022 merged 1 commit into
developfrom
feature/189-native-deep-links

Conversation

@anis022

@anis022 anis022 commented Aug 27, 2026

Copy link
Copy Markdown
Member

Closes #189

Overview

The confirmation email opened the phone browser, so people ended up signed in inside Chrome while the app still showed the login screen. Signup now points the email at a new /auth/confirm route that verifies the link and signs the person in. On Android the app claims links on the Vercel domain, so tapping one opens the app instead of the browser. The same link still works normally in a browser.

This also removes three comments from the native points route and reformats native.ts.

Testing

296 tests pass, and tsc, eslint, prettier, the Next build and the Android APK are all clean. Both new routes register.

Screenshots / Screencasts

No UI changes.

Checklist

  • Code is neat, readable, and works
  • Code is commented where appropriate and well-documented
  • Commit messages follow our guidelines
  • Issue number is linked
  • Branch is linked
  • Reviewers are assigned (one of your tech leads)

Notes

None.

@vercel

vercel Bot commented Aug 27, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
canopee-project Ready Ready Preview Aug 27, 2026 11:38pm

@anis022 anis022 self-assigned this Aug 27, 2026
@anis022 anis022 added the back-end back-end related issue label Aug 27, 2026
@anis022 anis022 added this to the sprint-5 milestone Aug 27, 2026

@anis022 anis022 left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@anis022
anis022 merged commit 282d462 into develop Aug 27, 2026
3 checks passed
@anis022
anis022 deleted the feature/189-native-deep-links branch August 27, 2026 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

back-end back-end related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant