[ci skip] Remove superfluous paragraphs; fully qualify constants.

The paragraphs retread ground covered by the title and the usage examples,
so let's just remove them.

[ Assain Jaleel & Kasper Timm Hansen ]
上级 e4bf6b05
* Add purpose and expiry support to `MessageVerifier` & `MessageEncryptor`.
Messages generated using `MessageVerifier` and `MessageEncryptor` now
support expiry and purpose. You can set the purpose of the message using
the key :purpose, and likewise, the expiration using :expires_at or :expires_in.
This ensures that the message is used only for its intended purpose and also
while it hasn't expired.
* Add purpose and expiry support to `ActiveSupport::MessageVerifier` &
`ActiveSupport::MessageEncryptor`.
For instance, to ensure a message is only usable for one intended purpose:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册