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
Lock widget is missing a default value for the sign-up Terms & Conditions which causes the container to be hidden. I think it's important to be straightforward on what the user is signing up to.
By signing up, you agree to our terms of service and privacy policy
In the mobile SDKs we also link to the policies (which are customizable, see below). By default, we could display plain text or link to the Auth0 ones: https://auth0.com/privacy and https://auth0.com/terms.
Would just like to raise 1 point: issue there is that certain regions (EU for example) demands that the user actually has to manually opt-in for any consent and displaying a message as such could get a user into legal troubles. Whilst not displaying anything at all indicates that the user is giving no consent.
Lock widget is missing a default value for the sign-up Terms & Conditions which causes the container to be hidden. I think it's important to be straightforward on what the user is signing up to.
This line should have a text like:
In the mobile SDKs we also link to the policies (which are customizable, see below). By default, we could display plain text or link to the Auth0 ones: https://auth0.com/privacy and https://auth0.com/terms.
iOS: https://github.com/auth0/Lock.swift/blob/master/Lock/Base.lproj/Lock.strings
Android: https://github.com/auth0/Lock.Android/blob/master/lib/src/main/res/values/strings.xml
The text was updated successfully, but these errors were encountered: