Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
用于诸如“email_reset_password 功能”
我记得我看到的唯一实现是增加一个带有日期的列。该日期将包含有关令牌验证的信息。我的意思是,当您插入令牌时,您还插入了它仍然有效的日期(在您的情况下是当前日期和时间 + 1 小时),然后,您可以使用该信息来验证它是否过期。