I'd be able to avoid creating a whole database for the validation or wasting some overhead on an otherwise wasted table in my current users table.
As far as I can tell it'd be a safe and clean solution. But I am very new to all of this and my question might even be silly and trite but I figured it would be safe to ask you experts first before committing a rather massive error.
The url would be something like this: www.example.ex/validate/username/md5username
So my question is this: is this a good idea? would I even need to salt it?