MetricsGrimoire / Bicho

Bicho is a command line based tool used to parse bug/issue tracking systems
http://metricsgrimoire.github.com/Bicho/
GNU General Public License v2.0
68 stars 30 forks source link

Add basic HTTP authentication support to Trac backend and a new backend to support WordPress authentication #152

Open rodrigoprimo opened 8 years ago

rodrigoprimo commented 8 years ago

WordPress Trac has a custom authentication. The easiest way I found to support it was creating a new backend that extends Trac backend. Please let me know if you have another suggestion on how to implement this.