Sign In with BitBadges (SIWBB) is a Cosmos/BitBadges authentication solution. It replaces traditional "Sign In with X" buttons and can be configured to handle the following all in one flow:
Cosmos/BitBadges authentication
Token ownership verification
Integration with 7000+ supported apps and plugins
BitBadges API scope authorizations
Use Alternatives If Possible
NOTE: This is mainly intended for OAuth authorization for the BitBadges API. If you don't need this, then we recommend you use other Web3 services out there for Web3 authentication now like WalletConnect, MagicAuth, etc.
Combining authentication + criteria checks (claim successes, token ownership) is a powerful combination with the BitBadges API. Simply 1) authenticate and 2) check criteria using our API.
// Pre-req: Create claim in BitBadges site// 1. Authenticate your user (using your existing setup)// 2. Verify claim successconstres=awaitBitBadgesApi.checkClaimSuccess(claimId,address);