Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T07:43:44.000Z (about 3 years ago)
- Last Synced: 2024-10-04T13:34:18.319Z (about 1 month ago)
- Topics: authorization, jwt-auth, swoft, swoft-auth
- Language: PHP
- Homepage:
- Size: 106 KB
- Stars: 12
- Watchers: 6
- 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).