https://github.com/swoft-cloud/swoft-auth
:closed_lock_with_key: Auth compoment for Swoft
https://github.com/swoft-cloud/swoft-auth
authorization jwt-auth swoft swoft-auth
Last synced: 2 months ago
JSON representation
:closed_lock_with_key: Auth compoment for Swoft
- Host: GitHub
- URL: https://github.com/swoft-cloud/swoft-auth
- Owner: swoft-cloud
- License: apache-2.0
- Created: 2018-01-12T02:08:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T07:43:44.000Z (almost 4 years ago)
- Last Synced: 2025-04-05T01:04:40.621Z (3 months ago)
- Topics: authorization, jwt-auth, swoft, swoft-auth
- Language: PHP
- Homepage:
- Size: 106 KB
- Stars: 11
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swoft Auth
Swoft Auth Component
## Install
- composer command
```bash
composer require swoft/auth
```## Document
Now
- BasicAuth
- BearerToken (JWT)
- AclFuture
- Oauth 2.0## Unit testing
```bash
composer test
```## LICENSE
The Component is open-sourced software licensed under the [Apache license](LICENSE).