Plugins::zm token
From ZenMagick Wiki
This plugin is now part of ZenMagick core.
Token
Adds a new service that issues secure token/hash keys with a configurable lifetime. Hashes are bound to a resource (read: a string), so they are valid only in the context of that resource.
Note: This plugin is currently not used anywhere.
Possible use cases include:
- zm_auto_login: avoid exposing the hashed password.
- authorize newsletter unsubscribe URLs with hashes that expire after a certain number of days
- email activation url to active new accounts

