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
The current auto-increment integer values are handy and cute, but not very secure (guessable). It doesn't matter much for many use cases, but it will be hard to switch later, so we should use UUIDs as soon as possible (as atomic strings mostly).