An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# hawk

[![Build Status](https://travis-ci.org/hyperboloide/hawk.svg?branch=master)](https://travis-ci.org/hyperboloide/hawk)
[![GoDoc](https://godoc.org/github.com/hyperboloide/hawk?status.svg)](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.