romana / core

Romana core components - Micro services written in Go.
Apache License 2.0
47 stars 11 forks source link

Feature/gg auth #40

Closed debedb closed 8 years ago

debedb commented 8 years ago

This adds auth functionality and also refactors DB access. DB backend now also includes sqlite which eliminates the need for mysql.

jbrendel commented 8 years ago

Done with the review for now.

jbrendel commented 8 years ago

I guess my biggest issue is that I can't seem to see where this adds auth functionality. I see AuthBackend, but it's empty and nobody uses it. Also, no further mentioning of anything auth related anywhere...? What am I missing?

debedb commented 8 years ago

Done.