go-simple-token-auth

A wrapper around JWT (github.com/dgrijalva/jwt-go) and Redis (github.com/garyburd/redigo/redis) to try and simplify/streamline to authentication workflow. Followed the tutorial found on http://blog.brainattica.com/restful-json-api-jwt-go/.

TODO

  • Add features like resetting and forgot password
  • Add examples of integration with AngularJS