ABSure. So glad that you liked it.Reply·Article·Sep 3, 2023·Lost in Translation: A Tale of My Family and Beyond
ABThere are many. You might wanna send a confirmation email to a user and don't want to create a whole new field in the DB for confirmation link code. You can encrypt the id or username and use it as a code. As it can only be decrypted by the same backend, it will be safe.Reply·Article·Jun 23, 2021·Django Tip | Encrypting objects in Django with secret key.