Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

disable deep link on reset password #36

Merged
merged 1 commit into from
Mar 4, 2021

Conversation

MounirDhahri
Copy link
Member

We have users getting the app open when pressing on the reset password link on mail. Instead, we want the link to open the browser.

@@ -51,6 +52,7 @@
"NOT *L3NpZ25f*",
"NOT *L3VzZXJzL2F1dGgvZmFjZWJvb2svY2FsbGJhY2s=*",
"NOT *L2lkZW50aXR5LXZlcmlmaWNhdGlv*",
"NOT *L3Jlc2V0X3Bhc3N3b3Jk*",
Copy link
Member Author

Choose a reason for hiding this comment

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

this came after running yarn build

Copy link
Contributor

Choose a reason for hiding this comment

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

Sailthru encodes links in their deep links so this will be the change-password link with Sailthru's encoding, although probably not sending any links to reset password

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks for explaining 🙇‍♂️

@MounirDhahri
Copy link
Member Author

I will merge this since it's a small adjustment that we discussed already 🙇‍♂️

@MounirDhahri MounirDhahri merged commit 218d5da into master Mar 4, 2021
@MounirDhahri MounirDhahri deleted the disable-deeplink-on-reset-password branch March 4, 2021 17:40
@MounirDhahri
Copy link
Member Author

Artsy-wwwify artsy/artsy-wwwify#71

@@ -36,6 +36,7 @@
"NOT /click/*/aHR0cHM6Ly9hcHAuYWRqdXN0LmNv*",
"NOT /users/auth/facebook/callback*",
"NOT /identity-verification*",
"NOT /reset_password",
"NOT *L2FydGljbGVz*",
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we probably also want /forgot and /change-password here and possibly others, working on seeing if I can find a list

Copy link
Member Author

Choose a reason for hiding this comment

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

That would be great, I will add an item about this to the practice as well

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

That looks complete, asked the dev channel and it looks like those are the only other 2 👍

Copy link
Member Author

Choose a reason for hiding this comment

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

Cool then, I will add them now and merge

Copy link
Member Author

Choose a reason for hiding this comment

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

Here is it #37

@MounirDhahri
Copy link
Member Author

Force artsy/force#7117

@artsyit
Copy link
Contributor

artsyit commented Nov 2, 2021

🚀 PR was released in v1.1.0 🚀

@artsyit artsyit added the released This issue/pull request has been released. label Nov 2, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants