Overview
SlashAuth provides authentication, token gating, and authorization for web3 apps. Get started in less than 15 minutes.
If you're a developer looking to get started with SlashAuth, head over to our Guide or check out our Walkthrough Video.
SlashAuth provides login with wallet and token gating for web3 apps. We help you build a more secure and better user experience for gated web3 content.
In the Web3 world, no common standard for auth exists yet. This leads to either a lack of gated content and thus lowest common denominator user experience, or a homegrown solution. The homegrown solution proves suboptimal because it tends to be feature poor and requires a lot of developer time and maintenance.
Today, almost all apps handle login and token gating in one of two ways:
Product developers skip actual gating because it's complicated and an MVP can be "good enough". They opt to add a simple wallet connect library to their site and are comfortable showing gated content to anyone who connects a wallet.
The problem is this method is easily defeated. Javascript web3 plugins grab a wallet string from a window-scoped variable that any chrome plugin can override. Someone could pretend to be Vitalik on your website with 2 lines of code.
Just like our name says, we do auth. With less than 15 minutes of work you can have authentication and token gating hooked up in your app. Don't believe us? Check out the Guide!
Last modified 4mo ago