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

https://github.com/snowlyg/multi

multi auth
https://github.com/snowlyg/multi

Last synced: 3 months ago
JSON representation

multi auth

Awesome Lists containing this project

README

        

# Multi
[![GitHub license](https://img.shields.io/github/license/snowlyg/multi)](https://github.com/snowlyg/multi/blob/main/LICENSE)
[![go doc](https://godoc.org/github.com/snowlyg/mutil?status.svg)](https://godoc.org/github.com/snowlyg/mutil)
[![Build Status](https://app.travis-ci.com/snowlyg/multi.svg?branch=main)](https://app.travis-ci.com/snowlyg/multi)
[![Codecov](https://codecov.io/gh/snowlyg/multi/branch/main/graph/badge.svg)](https://codecov.io/gh/snowlyg/multi)

Golang Web 框架认证中间件

## 安装

```sh
go get github.com/snowlyg/multi@latest
```

### 文档

- [文档](https://pkg.go.dev/github.com/snowlyg/multi)

#### 简单使用

- [gin](gin/example/main.go)
- [iris](iris/example/main.go)

#### 完整使用

- [snowlyg/iris-admin-rbac](https://github.com/snowlyg/iris-admin-rbac)