libreant
libreant copied to clipboard
Authentication through IP address
We should write a WSGI middleware to authenticate through IP. This slightly depends on #6
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