├── .gitignore ├── LICENSE ├── README.md └── token.go /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grayj/go-json-rest-middleware-tokenauth/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grayj/go-json-rest-middleware-tokenauth/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grayj/go-json-rest-middleware-tokenauth/HEAD/README.md -------------------------------------------------------------------------------- /token.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grayj/go-json-rest-middleware-tokenauth/HEAD/token.go --------------------------------------------------------------------------------