Hacker News new | ask | show | jobs
by stable-point 3625 days ago
When generating auth tokens for Django apps, I've previously put the user's password's salt into the token for this purpose. The salt is not secret and changes whenever the password changes.