There are many different ways to implement a verification system, the concept is quite simple, but actually creating it can be a problem, especially if you are doing it from scratch.
The best way to get close to this is to find a framework that handles the validation aspect. Turbogears and Pylons are capable of this, rather than doing it yourself or using third-party applications.
Personally, I worked on commercial projects using both frameworks and could easily sort the check.
User verification uses certain concepts and low-level technologies, such as: characterization of the absence of attacks on the Internet, session processing, database design, etc.
So, I am doing what would be better if you had a good stable structure that could do the dirty work for you.
By the way, what framework do you think of using? This will help me give a more detailed answer.
Hope this helps?
source share