Action token, an idea for newsletter authentication
Action tokens are a particular type of token that allows unauthenticated users to perform some limited and predefined actions.
Usual use case are :
- E-mail confirmation
- Credentials reset
- Execute required action(s)
- and any action relevant with the flow and your use cases…
- This article explains what is an action token and how to use it to authenticate users from a link inside a newsletter