libreant icon indicating copy to clipboard operation
libreant copied to clipboard

Authentication through IP address

Open boyska opened this issue 10 years ago • 1 comments

We should write a WSGI middleware to authenticate through IP. This slightly depends on #6

boyska avatar Jan 23 '15 16:01 boyska

Here I have a draft. I also have some dummy code that smoothly integrates with this middleware. It requires the ipaddress library, which is the python2 backport of a module that has been included in python3 standard library. http://paste2.org/_H2hxU7Nj

boyska avatar Feb 13 '15 23:02 boyska