Skip to content

Social Authentication Providers

Social authentication providers are popular Web2 user identity providers that allow apps to onboard users and validate the user identity. The Arcana Auth SDK supports user authentication in Web3 applications via the following social providers:

  • Discord
  • GitHub
  • Google
  • Steam
  • Twitch
  • Twitter

In Web2 applications, user authentication is typically triggered by a pop-up or via a redirect to a selected provider's web page. This is a familiar and comfortable way for users to onboard a new application without bothering to manage multiple identities. However, this is a centralized authentication system controlled by the social provider.

In the Web3 ecosystem, distributed systems of actors use trustless protocols and cryptography to verify user identity in a decentralized manner. These systems use encrypted, key shares that are not stored with any single entity, but users are required to generate, manage and secure their secret keys. This complexity is a big barrier to entry into the Web3 app ecosystem.

The Arcana Auth SDK lowers this barrier to entry into the Web3 app ecosystem by providing a convenient yet fully secure and privacy-preserving way for users to onboard Web3 apps and sign blockchain transactions.


Last update: June 6, 2023 by shaloo