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 時間) も挿入し、その情報を使用して有効期限が切れているかどうかを確認できます。