Answer the question
In order to leave comments, you need to log in
Best practices for storing logins/passwords/tokens?
Dear community, tell me what are the best practices for storing user access (logins, passwords, tokens, etc.), which are used, as an example, to access some remote API, etc.
Configuration files are not suitable (because user - dynamic record in the database). Password hashing is also not suitable, since they are later used for authentication in some remote API
Answer the question
In order to leave comments, you need to log in
(because the user is a dynamic record in the database)
It is recommended to use secret vaults like Hashicorp Vault, although this is not trivial:
https://habr.com/ru/post/306812/
https://habr.com/ru/post/536694/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question