|
|
|
|
|
by mhamann
1557 days ago
|
|
We envision a future without passwords and where you can take your identity around with you and plug it in wherever you want, while also maintaining control of that personal info. Interestingly, the first thing clerk.dev asks for when you sign up is a password... Additionally, we don't think you should have to have a React/Vue/Next.js/etc site just to add auth. We want this to be plug-and-play anywhere and work across all of your web properties (and eventually mobile too). That could make the marketing, docs, and support experiences better at so many websites with a level of integration that used to take weeks or months to build (if anyone even bothered). |
|
Indeed, we support password-based authentication. Developers can also choose social login, passwordless, or web3 (instead, or in combination). In practice, ~60% of developers are enabling passwords for their applications.
Our technology is agnostic and also supports traditional frameworks (node/express and ruby/rails have SDKs, python/django is under development).
We also support auth across N subdomains and mobile (currently just react native).