18F / data-act-pilot

This small DATA Act pilot contains code that translates agency data to a uniform DATA act format.
Other
21 stars 14 forks source link

Set up basic auth through flask #109

Closed msecret closed 8 years ago

msecret commented 9 years ago

This password protects the site through HTTP basic auth so there's no outside access for the pilot. This was done through flask as it's the simplest at this time.

TODO: