from Hacker News

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

by 3dprintscanner on 1/27/20, 4:52 PM with 1 comments

What libraries exist which give an out of the box auth & login solution similar to Devise for Rails?

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 / Angular / Vue etc in a similar way?

  • by verdverm on 1/27/20, 6:35 PM

    Passport.js

    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