We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
phoenix changelog
Welcome to our latest update! We've been hard at work squashing bugs and adding a sprinkle of magic to make your experience even better. Here's what's new and improved:
Bugfixes
- Fix typo in Token docs (#5781): We corrected a small but mighty typo in the Token documentation. Instead of "will kept secret," it now reads "will be kept secret." Clear and precise, just the way we like it! 🔍✨
Enjoy the updates and keep the feedback coming! 🚀
Included Commits
This commit fixes a typo in the Token documentation in the Phoenix library. The typo was in a sentence discussing the encryption of token data, correcting the phrase "will kept secret" to "will be kept secret." This change ensures clarity and accuracy in the documentation for users of the library.
The commit modifies the Token module in the Phoenix library, specifically addressing the encryption of token data to prevent tampering. By fixing this typo, the documentation now accurately conveys the importance of keeping token data secure and encrypted to protect sensitive information. This correction emphasizes the best practice of minimizing the inclusion of secret information in tokens to reduce the risk of key leakage.
Files changed
- lib/phoenix/token.ex