Settings

Theme

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

4 points by 3dprintscanner 6 years ago · 1 comment · 1 min read

Reader

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?

verdverm 6 years ago

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

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection