TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Rails Devise Auth Equivalents for React, Angular, Vue.js etc.?

4 pointsby 3dprintscannerover 5 years ago
What libraries exist which give an out of the box auth &amp; login solution similar to Devise for Rails?<p>I like the devise library as for very little configuration you get registration, confirmations, account management, oAuth integration, lockable accounts and password reset without having to reinvent much yourself. So what else exists out there that would work with React &#x2F; Angular &#x2F; Vue etc in a similar way?

1 comment

verdvermover 5 years ago
Passport.js<p>The issue here is that rails is full stack, while the three libs you mention are frontend only. You will need something for the backend like Express or Prisma