authgear / authgear-server

Open source alternative to Auth0 / Firebase Auth
https://www.authgear.com
Apache License 2.0
81 stars 37 forks source link

Fix non-first signup identify screen still show "Welcome" #4771

Closed pkong-ds closed 6 hours ago

pkong-ds commented 4 days ago

ref DEV-1420

What's in this PR?

Previously the copywriting in signup page did not handle custom authflow with multiple identify steps, where it always showed "welcome"

This PR capture whether current screen is in the middle of the flow (i.e. flow already started before current screen) by checking if x_step query param is in the URL

Preview

https://github.com/user-attachments/assets/127094dd-f75d-45a8-8369-f6be88b189b2

pkong-ds commented 3 days ago

Updated, thanks!

https://github.com/user-attachments/assets/42809358-c090-4dde-bea1-6bd61d443c39