https://github.com/hyperboloide/hawk
A hawk authentication middleware for gin
https://github.com/hyperboloide/hawk
authentication-middleware gin hawk
Last synced: 5 months ago
JSON representation
A hawk authentication middleware for gin
- Host: GitHub
- URL: https://github.com/hyperboloide/hawk
- Owner: hyperboloide
- License: mit
- Created: 2017-07-08T07:15:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-16T17:36:35.000Z (almost 9 years ago)
- Last Synced: 2024-11-14T14:47:56.486Z (over 1 year ago)
- Topics: authentication-middleware, gin, hawk
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hawk
[](https://travis-ci.org/hyperboloide/hawk)
[](https://godoc.org/github.com/hyperboloide/hawk)
[Hawk](https://github.com/hueniverse/hawk) authentication middleware for
[gin](https://github.com/gin-gonic/gin)
based on [hawk-go](https://github.com/tent/hawk-go/).
See the `example` directory for basic example.