Re: [Cppcms-users] Simple user/password authentication with CppCMS-Embedded server
Brought to you by:
artyom-beilis
From: Artyom B. <art...@gm...> - 2016-03-17 14:26:13
|
CppCMS does not currently provide built in HTTP authentication. However it shouldn't be too hard to implement: https://en.wikipedia.org/wiki/Digest_access_authentication https://en.wikipedia.org/wiki/Basic_access_authentication Artyom On Thu, Mar 17, 2016 at 9:39 AM, piotr.lewicki <pio...@el...> wrote: > Hello, > I'm creating a simple web interface for my embedded device. > I have done it using GNU cgicc and used lighttpd server, but now I would > like to switch to CppCMS because it has it's own server (CppCMS-Embedded). > For now everything looks perfect and working with it is very nice but > I'm missing one feature which is a user/password authentication. > > On my previous setup I used lighty's "mod_auth" for it but since I want > to get rid of lighttpd - I need this in CppCMS. > I searched for it but couldn't find anything. > > Could you help me with coming up with a solution? > How can I implement simple user/password authentication for CppCMS > application? > > Thanks, > Piotr Lewicki > > ------------------------------------------------------------------------------ > Transform Data into Opportunity. > Accelerate data analysis in your applications with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users |