Answer the question
In order to leave comments, you need to log in
How to properly store login and password for use with API?
There is a service where the user registers, this service has its own APIs, the APIs are tied to this user, therefore, each time a request is sent, it is required to transfer the login and password in clear text, there is no additional protection from the service side, how to properly store this login and server side password?
Answer the question
In order to leave comments, you need to log in
Use openId with jwt tokens. And you will be happy. As for storage, I would look towards keycloak. Everything is stored in encrypted form, but given to the right user in normal
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question