Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

revert: "fix: only create or update the email / phone identity after i… #1407

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

kangmingtay
Copy link
Member

@kangmingtay kangmingtay commented Feb 8, 2024

…t's been verified (#1403)"

This reverts commit 2d20729.

Reverting so it can be re-added again.

@kangmingtay kangmingtay requested a review from a team as a code owner February 8, 2024 17:01
@hf hf changed the title revert "fix: only create or update the email / phone identity after i… revert: "fix: only create or update the email / phone identity after i… Feb 8, 2024
@kangmingtay kangmingtay force-pushed the km/revert-fix-email-change branch from 91e0a6c to 75193d2 Compare February 8, 2024 17:04
@hf hf force-pushed the km/revert-fix-email-change branch from 81fcdaf to 6a4c004 Compare February 8, 2024 17:06
@hf hf enabled auto-merge (squash) February 8, 2024 17:09
@hf hf disabled auto-merge February 8, 2024 17:11
@hf hf merged commit ff86849 into master Feb 8, 2024
3 checks passed
@hf hf deleted the km/revert-fix-email-change branch February 8, 2024 17:11
kangmingtay added a commit that referenced this pull request Feb 8, 2024
hf pushed a commit that referenced this pull request Feb 8, 2024
J0 pushed a commit that referenced this pull request Feb 12, 2024
🤖 I have created a release *beep* *boop*
---


##
[2.139.2](v2.139.1...v2.139.2)
(2024-02-08)


### Bug Fixes

* improve perf in account linking
([#1394](#1394))
([8eedb95](8eedb95))
* OIDC provider validation log message
([#1380](#1380))
([27e6b1f](27e6b1f))
* only create or update the email / phone identity after it's been
verified ([#1403](#1403))
([2d20729](2d20729))
* only create or update the email / phone identity after it's been
verified (again)
([#1409](#1409))
([bc6a5b8](bc6a5b8))
* unmarshal is_private_email correctly
([#1402](#1402))
([47df151](47df151))
* use `pattern` for semver docker image tags
([#1411](#1411))
([14a3aeb](14a3aeb))


### Reverts

* "fix: only create or update the email / phone identity after i…
([#1407](#1407))
([ff86849](ff86849))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
kangmingtay added a commit that referenced this pull request Feb 15, 2024
## What kind of change does this PR introduce?
* In #1407, the update user endpoint was refactored to use `smsVerify`
if `GOTRUE_SMS_AUTOCONFIRM` is enabled. However, `smsVerify` doesn't
update the user's phone number to the new one. This PR aims to fix that.
uxodb pushed a commit to uxodb/auth that referenced this pull request Nov 13, 2024
…i… (supabase#1407)

…t's been verified (supabase#1403)"

This reverts commit 2d20729.

Reverting so it can be re-added again.
uxodb pushed a commit to uxodb/auth that referenced this pull request Nov 13, 2024
🤖 I have created a release *beep* *boop*
---


##
[2.139.2](supabase/auth@v2.139.1...v2.139.2)
(2024-02-08)


### Bug Fixes

* improve perf in account linking
([supabase#1394](supabase#1394))
([8eedb95](supabase@8eedb95))
* OIDC provider validation log message
([supabase#1380](supabase#1380))
([27e6b1f](supabase@27e6b1f))
* only create or update the email / phone identity after it's been
verified ([supabase#1403](supabase#1403))
([2d20729](supabase@2d20729))
* only create or update the email / phone identity after it's been
verified (again)
([supabase#1409](supabase#1409))
([bc6a5b8](supabase@bc6a5b8))
* unmarshal is_private_email correctly
([supabase#1402](supabase#1402))
([47df151](supabase@47df151))
* use `pattern` for semver docker image tags
([supabase#1411](supabase#1411))
([14a3aeb](supabase@14a3aeb))


### Reverts

* "fix: only create or update the email / phone identity after i…
([supabase#1407](supabase#1407))
([ff86849](supabase@ff86849))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
uxodb pushed a commit to uxodb/auth that referenced this pull request Nov 13, 2024
## What kind of change does this PR introduce?
* In supabase#1407, the update user endpoint was refactored to use `smsVerify`
if `GOTRUE_SMS_AUTOCONFIRM` is enabled. However, `smsVerify` doesn't
update the user's phone number to the new one. This PR aims to fix that.
LashaJini pushed a commit to LashaJini/auth that referenced this pull request Nov 13, 2024
…i… (supabase#1407)

…t's been verified (supabase#1403)"

This reverts commit 2d20729.

Reverting so it can be re-added again.
LashaJini pushed a commit to LashaJini/auth that referenced this pull request Nov 13, 2024
🤖 I have created a release *beep* *boop*
---


##
[2.139.2](supabase/auth@v2.139.1...v2.139.2)
(2024-02-08)


### Bug Fixes

* improve perf in account linking
([supabase#1394](supabase#1394))
([8eedb95](supabase@8eedb95))
* OIDC provider validation log message
([supabase#1380](supabase#1380))
([27e6b1f](supabase@27e6b1f))
* only create or update the email / phone identity after it's been
verified ([supabase#1403](supabase#1403))
([2d20729](supabase@2d20729))
* only create or update the email / phone identity after it's been
verified (again)
([supabase#1409](supabase#1409))
([bc6a5b8](supabase@bc6a5b8))
* unmarshal is_private_email correctly
([supabase#1402](supabase#1402))
([47df151](supabase@47df151))
* use `pattern` for semver docker image tags
([supabase#1411](supabase#1411))
([14a3aeb](supabase@14a3aeb))


### Reverts

* "fix: only create or update the email / phone identity after i…
([supabase#1407](supabase#1407))
([ff86849](supabase@ff86849))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
LashaJini pushed a commit to LashaJini/auth that referenced this pull request Nov 13, 2024
## What kind of change does this PR introduce?
* In supabase#1407, the update user endpoint was refactored to use `smsVerify`
if `GOTRUE_SMS_AUTOCONFIRM` is enabled. However, `smsVerify` doesn't
update the user's phone number to the new one. This PR aims to fix that.
LashaJini pushed a commit to LashaJini/auth that referenced this pull request Nov 15, 2024
…i… (supabase#1407)

…t's been verified (supabase#1403)"

This reverts commit 2d20729.

Reverting so it can be re-added again.
LashaJini pushed a commit to LashaJini/auth that referenced this pull request Nov 15, 2024
🤖 I have created a release *beep* *boop*
---


##
[2.139.2](supabase/auth@v2.139.1...v2.139.2)
(2024-02-08)


### Bug Fixes

* improve perf in account linking
([supabase#1394](supabase#1394))
([8eedb95](supabase@8eedb95))
* OIDC provider validation log message
([supabase#1380](supabase#1380))
([27e6b1f](supabase@27e6b1f))
* only create or update the email / phone identity after it's been
verified ([supabase#1403](supabase#1403))
([2d20729](supabase@2d20729))
* only create or update the email / phone identity after it's been
verified (again)
([supabase#1409](supabase#1409))
([bc6a5b8](supabase@bc6a5b8))
* unmarshal is_private_email correctly
([supabase#1402](supabase#1402))
([47df151](supabase@47df151))
* use `pattern` for semver docker image tags
([supabase#1411](supabase#1411))
([14a3aeb](supabase@14a3aeb))


### Reverts

* "fix: only create or update the email / phone identity after i…
([supabase#1407](supabase#1407))
([ff86849](supabase@ff86849))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
LashaJini pushed a commit to LashaJini/auth that referenced this pull request Nov 15, 2024
## What kind of change does this PR introduce?
* In supabase#1407, the update user endpoint was refactored to use `smsVerify`
if `GOTRUE_SMS_AUTOCONFIRM` is enabled. However, `smsVerify` doesn't
update the user's phone number to the new one. This PR aims to fix that.
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