francoishill / go-simple-token-auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Go 100.0%