Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Swoft Auth

Swoft Auth Component

## Install

- composer command

```bash
composer require swoft/auth
```

## Document

Now

- BasicAuth
- BearerToken (JWT)
- Acl

Future
- Oauth 2.0

## Unit testing

```bash
composer test
```

## LICENSE

The Component is open-sourced software licensed under the [Apache license](LICENSE).