Overview
Last updated
Last updated
Sign In with BitBadges (SIWBB) is a unified multi-chain authentication solution that works across all blockchain ecosystems. It replaces traditional "Sign In with X" buttons and can be configured to handle the following all in one flow:
Multi-chain authentication
Verification of attestation signatures
Badge ownership verification
Integration with 7000+ supported apps and plugins
BitBadges API scope authorizations
Outsource the heavy lifting of authentication to us, allowing you to focus on your core utility. We aim to provide maximum flexibility in the design process.
Authorization: https://bitbadges.io/siwbb/authorize?your_params
Token: https://api.bitbadges.io/api/v0/siwbb/token
Revoke: https://api.bitbadges.io/api/v0/siwbb/token/revoke
Authentication- BitBadges Side
User accesses BitBadges URL (direct or popup)
Proves address ownership and other criteria (badges, attestations, etc.)
Receives authorization code from BitBadges (QR or behind the scenes via redirect)
Integration- Your App Side
Receive authentication response
Check criteria on your end
Implements security measures (prevent replay attacks, etc.)
Focus on your core utility
Check out our BitBadges quickstart repo for a complete implementation example and reference code.
Note: SIWBB is fully OAuth 2.0 compatible and works with standard OAuth frameworks and tools.
Hybrid No Wallet dApps
Sign In with BitBadges is unique because it allows you to build hybrid dApps, as we term them. Hybrid dApps outsource ALL of the wallet connection, signing, authentication to us. You have no need to implement anything wallet-related on your app side if not needed.
However, if your app already uses wallets, you can still use SIWBB. The flow is the exact same, and as the user navigates to the SIWBB page, the user's wallet should auto-connect, resulting in a seamless experience.