Comment on How to store user's access tokens/API keys without hashing them?

<- View Parent
MajorHavoc@lemmy.world ⁨9⁩ ⁨months⁩ ago

Neat. I can help with some of these concepts:

You can protect your Basic Auth password simply by storing it in cleartext where it is needed with reasonable protections

(This is again assuming your use case is actually okay for not having OAuth. If it’s health data, suck it up and do real OAuth, obviously.)

Reasonable protections for your Basic Auth passwords:

In summary:

Happy sailing!

source
Sort:hotnewtop