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
Auth token creation order is now random_bytes -> openssl_random_pseudo_bytes -> mt_rand.
SHA-512 is unnecessary as we can use bin2hex directly, but $randLength needs to be set to 64.
0 commit comments