Generating the URL
Last updated
Last updated
The base URL is https://bitbadges.io/siwbb/authorize, with parameters appended to it.
For instance:
This URL structure adheres to the following interface:
Base URL: https://bitbadges.io/siwbb/authorize
Parameters: Custom parameters specific to your implementation.
You can use https://bitbadges.io/auth/linkgen or the code below to generate the URL or click Create SIWBB URL directly from your app in the developer portal (recommended).
The URL is to be distributed to your users via any communication method or directly in your frontend. The generated URL can be quite long, so you may consider using a URL shortener.
Snippets