Re: [Cppcms-users] Simple user account login / password
Brought to you by:
artyom-beilis
|
From: Nazım C. B. <naz...@ne...> - 2017-07-23 16:37:35
|
Hi, As far as I know, no there is not. Just for reference, even in Django, it requires several other libraries but these dependencies are hidden behind the Django and they are getting installed while installing Django. My personal preference is, using Argon2 library (https://github.com/P-H-C/phc-winner-argon2) to securely store passwords. Dependencies: 1) CppDB for accessing database, 2) Argon2 to compute and verify password hashes. Regards, Nazim Can. On 23.07.2017 14:24, jupiter wrote: > Hi, > > In Django that user and admin login / password was very easy in the > framework. Is there a simple user and admin login / password example > source code available in cppcms? I was looking it from the wikipp > source code, but it is to completed, requires several other libraries > to build it. > > Thank you. > > Kind regards, > > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users |