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

fix: update phone if autoconfirm is enabled #1431

Merged
merged 2 commits into from
Feb 15, 2024

Conversation

kangmingtay
Copy link
Member

What kind of change does this PR introduce?

@kangmingtay kangmingtay requested a review from a team as a code owner February 15, 2024 09:28
@kangmingtay kangmingtay force-pushed the km/fix-autoconfirm-phone-update branch from 88cbda4 to 95ad48c Compare February 15, 2024 09:42
@kangmingtay kangmingtay force-pushed the km/fix-autoconfirm-phone-update branch from 95ad48c to c87a5bc Compare February 15, 2024 09:43
@kangmingtay kangmingtay merged commit 95db770 into master Feb 15, 2024
3 checks passed
@kangmingtay kangmingtay deleted the km/fix-autoconfirm-phone-update branch February 15, 2024 09:49
J0 pushed a commit that referenced this pull request Feb 19, 2024
🤖 I have created a release *beep* *boop*
---


##
[2.143.0](v2.142.0...v2.143.0)
(2024-02-19)


### Features

* calculate aal without transaction
([#1437](#1437))
([8dae661](8dae661))


### Bug Fixes

* deprecate hooks
([#1421](#1421))
([effef1b](effef1b))
* error should be an IsNotFoundError
([#1432](#1432))
([7f40047](7f40047))
* populate password verification attempt hook
([#1436](#1436))
([f974bdb](f974bdb))
* restrict mfa enrollment to aal2 if verified factors are present
([#1439](#1439))
([7e10d45](7e10d45))
* update phone if autoconfirm is enabled
([#1431](#1431))
([95db770](95db770))
* use email change email in identity
([#1429](#1429))
([4d3b9b8](4d3b9b8))

---
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.
uxodb pushed a commit to uxodb/auth that referenced this pull request Nov 13, 2024
🤖 I have created a release *beep* *boop*
---


##
[2.143.0](supabase/auth@v2.142.0...v2.143.0)
(2024-02-19)


### Features

* calculate aal without transaction
([supabase#1437](supabase#1437))
([8dae661](supabase@8dae661))


### Bug Fixes

* deprecate hooks
([supabase#1421](supabase#1421))
([effef1b](supabase@effef1b))
* error should be an IsNotFoundError
([supabase#1432](supabase#1432))
([7f40047](supabase@7f40047))
* populate password verification attempt hook
([supabase#1436](supabase#1436))
([f974bdb](supabase@f974bdb))
* restrict mfa enrollment to aal2 if verified factors are present
([supabase#1439](supabase#1439))
([7e10d45](supabase@7e10d45))
* update phone if autoconfirm is enabled
([supabase#1431](supabase#1431))
([95db770](supabase@95db770))
* use email change email in identity
([supabase#1429](supabase#1429))
([4d3b9b8](supabase@4d3b9b8))

---
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 13, 2024
🤖 I have created a release *beep* *boop*
---


##
[2.143.0](supabase/auth@v2.142.0...v2.143.0)
(2024-02-19)


### Features

* calculate aal without transaction
([supabase#1437](supabase#1437))
([8dae661](supabase@8dae661))


### Bug Fixes

* deprecate hooks
([supabase#1421](supabase#1421))
([effef1b](supabase@effef1b))
* error should be an IsNotFoundError
([supabase#1432](supabase#1432))
([7f40047](supabase@7f40047))
* populate password verification attempt hook
([supabase#1436](supabase#1436))
([f974bdb](supabase@f974bdb))
* restrict mfa enrollment to aal2 if verified factors are present
([supabase#1439](supabase#1439))
([7e10d45](supabase@7e10d45))
* update phone if autoconfirm is enabled
([supabase#1431](supabase#1431))
([95db770](supabase@95db770))
* use email change email in identity
([supabase#1429](supabase#1429))
([4d3b9b8](supabase@4d3b9b8))

---
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.
LashaJini pushed a commit to LashaJini/auth that referenced this pull request Nov 15, 2024
🤖 I have created a release *beep* *boop*
---


##
[2.143.0](supabase/auth@v2.142.0...v2.143.0)
(2024-02-19)


### Features

* calculate aal without transaction
([supabase#1437](supabase#1437))
([8dae661](supabase@8dae661))


### Bug Fixes

* deprecate hooks
([supabase#1421](supabase#1421))
([effef1b](supabase@effef1b))
* error should be an IsNotFoundError
([supabase#1432](supabase#1432))
([7f40047](supabase@7f40047))
* populate password verification attempt hook
([supabase#1436](supabase#1436))
([f974bdb](supabase@f974bdb))
* restrict mfa enrollment to aal2 if verified factors are present
([supabase#1439](supabase#1439))
([7e10d45](supabase@7e10d45))
* update phone if autoconfirm is enabled
([supabase#1431](supabase#1431))
([95db770](supabase@95db770))
* use email change email in identity
([supabase#1429](supabase#1429))
([4d3b9b8](supabase@4d3b9b8))

---
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>
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