N
N
Nick Nesterov2016-12-01 17:02:59
JavaScript
Nick Nesterov, 2016-12-01 17:02:59

User password encoding on two different servers?

There is Node JS App and RoR App on different hosts.
How to organize a common salt between them to encode the user's password?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
SagePtr, 2016-12-01
@SagePtr

For example, store this salt in the hash itself

F
Fadi Haj, 2016-12-01
@fdhaj

If you need authorization between 2 services, then JWT ( Ruby , NodeJS ) may be suitable for you.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question