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

https://github.com/gobuffalo/mw-tokenauth

Buffalo token-based-authentication middleware
https://github.com/gobuffalo/mw-tokenauth

go gobuffalo golang middleware token-based-authentication

Last synced: about 1 year ago
JSON representation

Buffalo token-based-authentication middleware

Awesome Lists containing this project

README

          

# mw-tokenauth

[![Standard Test](https://github.com/gobuffalo/mw-tokenauth/actions/workflows/standard-go-test.yml/badge.svg)](https://github.com/gobuffalo/mw-tokenauth/actions/workflows/standard-go-test.yml)
[![Go Reference](https://pkg.go.dev/badge/github.com/gobuffalo/mw-tokenauth.svg)](https://pkg.go.dev/github.com/gobuffalo/mw-tokenauth)
[![Go Report Card](https://goreportcard.com/badge/github.com/gobuffalo/mw-tokenauth)](https://goreportcard.com/report/github.com/gobuffalo/mw-tokenauth)

JWT Token Authentication Middleware for
[Buffalo](https://github.com/gobuffalo/buffalo).

## Installation

```console
$ go get github.com/gobuffalo/mw-tokenauth
```

## Usage

For details on how to use this middleware, see the [Go Reference](https://pkg.go.dev/github.com/gobuffalo/mw-tokenauth)

You can also gain insight into how to use it by looking at the [tests](https://github.com/gobuffalo/mw-tokenauth/blob/master/tokenauth_test.go)