How to implement a no-login authentication system
- by mrwooster
I am looking to build a very loose authentication system that can track a user and link submitted data/comments to a specific user. The submissions are essentially anonymous, but a user may want to edit his submission/comment at a later date.
I want the experience to be as smooth as possible so do not want to ask users to sign up for an account…