lzpeng / gaara-hyperf
authentication library for hyperf
Installs: 1
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/lzpeng/gaara-hyperf
Requires
- php: >=8.1
- hyperf/cache: ^3.1
- hyperf/db-connection: ^3.1
- hyperf/di: ^3.1
- hyperf/event: ^3.1
- hyperf/framework: ^3.1
- hyperf/http-server: ^3.1
- hyperf/laminas-mime: ^3.0
- hyperf/redis: ^3.1
- hyperf/session: ^3.1
- symfony/event-dispatcher: ^6.4|^7.0|^8.0
Requires (Dev)
- mockery/mockery: ^1.6
- pestphp/pest: ^2.36
This package is not auto-updated.
Last update: 2026-01-20 20:13:23 UTC
README
An authentication library for hyperf
Features
- Form Login Authentication
- JSON login Authentication
- Opaque Token Authentication
- IP Binding/UA binding
- Single session
- API Key Authentication
- Hmac Signature Authentication
- X.509 Client Certificates Authentication
- Magic Link Authentication
- JWT Authentication
- OAuth 2.0/OpenID Connect
- WebAuthn Authentication
- 2FA
- TOTP Authentication
- IP WhiteList
- Limiting Login Attempts
- Password Expiration
- Step-up/Risk-based Authentication