lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #9576] Adding authorization cookie management


From: Mike Kleshov
Subject: [lwip-devel] [patch #9576] Adding authorization cookie management
Date: Thu, 1 Mar 2018 06:00:22 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0

Follow-up Comment #5, patch #9576 (project lwip):

> Please, please, suggest one authentication scheme that can be used without
changing current httpd.
Create a single-page web application. Protected data is pulled from the server
using javascript, request URI must contain ?user=---&pass=---, so the server
is able to check credentials and grant or deny the request. Username and
password validity in login form can be checked in a similar manner.
Credentials can be stored in browser's local storage.
All of this can work with vanilla httpd.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?9576>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]