You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To streamline account creation, integrate acceptance of terms of service and privacy policy within account creation flow.
Currently after successful account creation, user is instantly met with terms of service and privacy policy modal, requiring an on-chain transaction to accept.
User Story
As a user I want to review and accept the Terms of Service and additional conditions a single time during the account creation flow
Acceptance Criteria
Terms of service and additional conditions meet all legal requirements
User's have the option to fully review the details of each agreement prior to and in the context of signing
User's are only prompted to review the terms of service and other agreements when necessary
The content you are editing has changed. Please copy your edits and refresh the page.
hey @nall-near, we use this component to prompt Discovery users to accept terms of service. We've integrated this component into near.org in a way that it will be rendered whenever our terms of service are updated in IPFS, and when wallet connected users visit near.org who have not accept the current version of ToS.
Accepting the ToS issues a transaction to write into the index.tosAccept index on social DB with the current blockheight. You can see this in the socialDB Explorer if you input yourAccountName.near/** and scroll down to view tosAccept
@shelegdmitriy is a great person to connect with for more detail on how this component works, and how to leverage the existing component(s) in this proposed fast auth sign-up flow.
Description
To streamline account creation, integrate acceptance of terms of service and privacy policy within account creation flow.
Currently after successful account creation, user is instantly met with terms of service and privacy policy modal, requiring an on-chain transaction to accept.
User Story
As a user I want to review and accept the Terms of Service and additional conditions a single time during the account creation flow
Acceptance Criteria
Tasks
The text was updated successfully, but these errors were encountered: