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
Currently everyone can update the paper data. Rather than using the ID to update it, generate a token (e.g. with SecureRandom.hex) and store it with the paper. Use this token as an identifier on paper update.