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
In some cases, a token may get injected into the database without being properly encrypted. We should add a check for this and automatically encrypt it.
We'll need to run a regex check for ^\d+| and then encrypt.
The text was updated successfully, but these errors were encountered:
In some cases, a token may get injected into the database without being properly encrypted. We should add a check for this and automatically encrypt it.
We'll need to run a regex check for
^\d+|
and then encrypt.The text was updated successfully, but these errors were encountered: