What are the security risks of only using an id in the url to protect the content?

I’m building a note-taking app, when a user writes a note an id is generated and I redirect them to a page where they can see its content with a URL like /note/DXSt832pS5iLuos6uxBn. What are the security risks of not double-checking that t… Continue reading What are the security risks of only using an id in the url to protect the content?