Skip to content

Listen to logins and remove passcode flow#589

Draft
A-Guldborg wants to merge 6 commits intomainfrom
feature/magic-link-login
Draft

Listen to logins and remove passcode flow#589
A-Guldborg wants to merge 6 commits intomainfrom
feature/magic-link-login

Conversation

@A-Guldborg
Copy link

Closes #125

@marfavi with @TTA777 we figured out some initial steps and for now you should be able to do two things:

  1. Open urls on Android phones (url: analogcoffeecard-dev://auth?token=<UUID>)
  2. Send a magic link when entering mail in the login field on initial post.

We need to distinguish between two intent-filters in Android and IOS to ensure we handle mobilepay and authentication deeplinks differently.

Base of PR is #588 since this branch is what works for me currently, but should be updated to main once #588 is merged.

marfavi and others added 5 commits March 24, 2025 19:56
this commit enables building the android app by:

* bumping flutter version to 3.29.2
* bumping all packages
* bumping required gradle version
* migrating gradle config
@A-Guldborg A-Guldborg self-assigned this May 5, 2025
Base automatically changed from remove-firebase-again to bump-packages-android May 6, 2025 11:17
@marfavi
Copy link
Member

marfavi commented May 6, 2025

Base is now #587

Base automatically changed from bump-packages-android to main May 7, 2025 07:09
@marfavi
Copy link
Member

marfavi commented May 7, 2025

Base is now main. Please resolve merge conflicts @A-Guldborg

@marfavi
Copy link
Member

marfavi commented May 25, 2025

I have merged main into this branch and resolved merge conflicts. "Files changed" should now accurately reflect changes made in this branch.

Copy link
Member

@marfavi marfavi left a comment

Choose a reason for hiding this comment

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

Format files before proceeding

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.

(New flow) Log in and register via Magic links

2 participants