username.html
The username.html page is responsible for allowing your customers login to your store.
Root Object
external
Boolean
provider
String
The name of the login provider, such as FiveM, Discord or Steam.
url
String
The URL that the customer should be directed to so they can perform their login with the external provider.
External Login
If the external variable is true
, let the user click a link to proceed to login via the external login provider:
Non-External Login
If the external variable is false
, provide a form submitting to the current url, including an ign
form parameter. The ign
parameter should be a text field allowing the customer to enter their username freehand.
An example can be seen below:
Full Working Example
An example of a flow supporting both external and non-external login providers is shown below:
Request Variable
If you'd like access to a variable that is not currently available, please let us know.
Last updated