lerick60 / avr-uip

Automatically exported from code.google.com/p/avr-uip
0 stars 0 forks source link

implement a basic user auth system #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Implement a basic user auth system

No ssl on the device so a basic auth at start of use.
Then pass the client the auth token.
Somehow include the client ip and perhaps port as part of the client auth toke 
so the token can be checked.
With this add logout and login support.
If auth is on replace index page with login page.
Add simple way to include auth check via compile time flag.

Original issue reported on code.google.com by qarc...@gmail.com on 23 May 2011 at 3:14

GoogleCodeExporter commented 9 years ago

Original comment by qarc...@gmail.com on 29 Sep 2011 at 6:51