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
Similar to the way we persist a hash of the user's inputted password here, we should update the API token schema and token creation to leverage the same hashing.
The main difference between how the password is input / set ^ and how we'd generate the API token is that we need to surface the API token to the user at least once, so ideally we would make a corresponding update to the UI to present the token only 1 time to the user. Would need to change the default function in the schema here among other things
The text was updated successfully, but these errors were encountered:
Similar to the way we persist a hash of the user's inputted password here, we should update the API token schema and token creation to leverage the same hashing.
The main difference between how the password is input / set ^ and how we'd generate the API token is that we need to surface the API token to the user at least once, so ideally we would make a corresponding update to the UI to present the token only 1 time to the user. Would need to change the default function in the schema here among other things
The text was updated successfully, but these errors were encountered: