Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tx7do/kratos-authn
kratos authentication middleware
https://github.com/tx7do/kratos-authn
authentication jwt kratos oidc psk
Last synced: about 1 month ago
JSON representation
kratos authentication middleware
- Host: GitHub
- URL: https://github.com/tx7do/kratos-authn
- Owner: tx7do
- License: mit
- Created: 2022-11-12T12:12:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T09:57:16.000Z (2 months ago)
- Last Synced: 2024-10-23T03:49:28.186Z (2 months ago)
- Topics: authentication, jwt, kratos, oidc, psk
- Language: Go
- Homepage:
- Size: 119 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kratos-authn
对认证的一个封装,并提供Kratos的中间件。
## 支持引擎
- [Pre-shared Key (PSK)](https://en.wikipedia.org/wiki/Pre-shared_key)
- [OpenID Connect (OIDC)](https://openid.net/connect/)
- [JSON Web Token (JWT)](https://jwt.io/)