https://itsdangerous.palletsprojects.com/en/stable/
basically serialize+sign {slug:"abcde"} and then return that to the client as Scratch.claim_token. We can verify the claim_token has not been modified, rather than needing to store the value in the database.
EDIT
https://itsdangerous.palletsprojects.com/en/stable/
basically serialize+sign
{slug:"abcde"}and then return that to the client asScratch.claim_token. We can verify the claim_token has not been modified, rather than needing to store the value in the database.EDIT