https://github.com/clevergo/auth
:lock: Go HTTP Authentication Middleware
https://github.com/clevergo/auth
authentication authenticator basic-auth bearer-token middleware query-token
Last synced: 9 days ago
JSON representation
:lock: Go HTTP Authentication Middleware
- Host: GitHub
- URL: https://github.com/clevergo/auth
- Owner: clevergo
- License: mit
- Created: 2020-02-07T08:58:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T00:07:28.000Z (over 5 years ago)
- Last Synced: 2024-10-29T04:08:06.542Z (over 1 year ago)
- Topics: authentication, authenticator, basic-auth, bearer-token, middleware, query-token
- Language: Go
- Homepage: https://clevergo.tech
- Size: 47.9 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Authentication
[](https://travis-ci.org/clevergo/auth)
[](https://coveralls.io/github/clevergo/auth?branch=master)
[](https://pkg.go.dev/clevergo.tech/auth?tab=doc)
[](https://goreportcard.com/report/clevergo.tech/auth)
[](https://github.com/clevergo/auth/releases)
[](https://pkg.clevergo.tech/)
[](https://t.me/clevergotech)
[](https://forum.clevergo.tech)
This package provides multiple authenticators and middleware for authenticating a user.
## Usage
Checkout [example](https://github.com/clevergo/examples/tree/master/auth) for details.
## Credit
Inspired by [Yii Auth](https://github.com/yiisoft/auth).