B
B
Brother-Ur2019-11-15 14:21:02
Ruby on Rails
Brother-Ur, 2019-11-15 14:21:02

Is there a Devise equivalent for Node.js?

I'm starting to get acquainted with a new backend for me - Node.js And I had a question about the existing libraries.
There are quite a few gems in Ruby that implement the basic functionality out of the box.
Is there something similar for Node.js? Well, that is, so that I do not write authorization / authentication by hand, but simply connect the library, configure and calmly solve work tasks, and not write a bicycle for user authorization. I'm not that good at this stuff that my crutches and bikes provide a sufficient level of reliability in this important component.
PS This is by no means a provocation of a holivar, I just want to simplify the development process and speed it up a bit.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
vadimMalovaniy, 2019-11-15
@Brother-Ur

In Node.js, this is more difficult. There is express for the server, jwt and passport js for authentication.

V
Vladimir Korotenko, 2019-11-15
@firedragon

Here is the repository, enter the keyword, you get a list of packages, the problem is not actually in the presence, but in the adequacy.
https://www.npmjs.com/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question