https://github.com/snowlyg/multi
multi auth
https://github.com/snowlyg/multi
Last synced: 3 months ago
JSON representation
multi auth
- Host: GitHub
- URL: https://github.com/snowlyg/multi
- Owner: snowlyg
- License: mit
- Created: 2021-05-07T00:17:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T02:46:26.000Z (3 months ago)
- Last Synced: 2025-04-11T20:12:18.498Z (3 months ago)
- Language: Go
- Size: 181 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multi
[](https://github.com/snowlyg/multi/blob/main/LICENSE)
[](https://godoc.org/github.com/snowlyg/mutil)
[](https://app.travis-ci.com/snowlyg/multi)
[](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)