https://github.com/tx7do/kratos-authn
kratos authentication middleware
https://github.com/tx7do/kratos-authn
authentication jwt kratos oidc psk
Last synced: 1 day 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-10T12:40:37.000Z (3 months ago)
- Last Synced: 2025-04-23T19:06:36.490Z (1 day ago)
- Topics: authentication, jwt, kratos, oidc, psk
- Language: Go
- Homepage:
- Size: 122 KB
- Stars: 12
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
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/)