Comment on Network programming with Go (2012)Comments−misiti378010yThis is off-top a bit (sorry for that) but does anyone know a good auth framework that plugs into a martini, etc.I basically am hoping for something written in go that works almost as seamlessly as django auth module (or ROR if you prefer ruby).−astockwell10yFor martini specifically, there are a couple libs found under martini-contrib community [1], but nothing on the maturity level of django/rails. It's still fairly wild-west unless you're content using http basic auth.[1] https://github.com/martini-contrib/−misiti378010ythanks!
Comments
This is off-top a bit (sorry for that) but does anyone know a good auth framework that plugs into a martini, etc.
I basically am hoping for something written in go that works almost as seamlessly as django auth module (or ROR if you prefer ruby).
For martini specifically, there are a couple libs found under martini-contrib community [1], but nothing on the maturity level of django/rails. It's still fairly wild-west unless you're content using http basic auth.
[1] https://github.com/martini-contrib/
thanks!