<aside> ℹ️ Heads up! This part of the documentation is more technical and best suited for developers aiming to integrate their product with Bind.
</aside>
See an example of the integration and test it live here: App → Bind → Discord - live example
This integration works best in your product as a replacement for an existing link to your Discord community. Just how you would send your users directly using a Discord invitation link, you can instead use the Bind Join link to seamlessly connect the users’ identity while still sending them to your community.
The Bind Join link authenticates your user with Bind and then navigates them to your Discord community.
The join url accepts 3 query parameters to identify the user securely:
userId
- a unique id you assign to each user in your productidHash
- a hash of userId
and your Bind secret. See How to find the Bind secret and workspace idworkspace
- your workspace ID: See How to find the Bind secret and workspace idYou should generate your link dynamically, based on the currently signed in user in your product.