-
Notifications
You must be signed in to change notification settings - Fork 28
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
Community prompt to sign in #974
Comments
aofei
added a commit
to aofei/.goplus.builder
that referenced
this issue
Oct 18, 2024
- Add `withSignInGuard` HOF to prompt users to sign in before executing protected actions. - Add similar protection for specific routes using navigation guards. Fixes goplus#974 Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
aofei
added a commit
to aofei/.goplus.builder
that referenced
this issue
Oct 18, 2024
- Add `useEnsureSignedIn` to prompt users to sign in before executing protected actions. - Add similar protection for specific routes using navigation guards. Fixes goplus#974 Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
aofei
added a commit
to aofei/.goplus.builder
that referenced
this issue
Oct 18, 2024
- Add `useEnsureSignedIn` to prompt users to sign in before executing protected actions. - Add similar protection for specific routes using navigation guards. Fixes goplus#974 Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Part of #806
Related actions
/user/:name/following
,/user/:name/followers
)When any action in the list triggered and the user has not signed in, use
UIConfirmDialog
to guide the user to sign in:And we need to restore the page after sign-in finished.
The text was updated successfully, but these errors were encountered: