You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The old documentation, if I recall correctly, had the following implementation for creating a password reset token:
If I only want to use Oslo, would this translate to the following?
Perhaps I should also replace
encodeHex
withencodeHexLowerCase
as it is shown for the session token in the new Lucia docs, correct?And then I would store the token in my DB for later usage (as before) and generate the passwordResetLink with the tokenId (as before):
Would this be correct?
Beta Was this translation helpful? Give feedback.
All reactions