2023-09-28 17:42:13 +08:00
|
|
|
# OAuth Center
|
|
|
|
|
|
|
|
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/foskym/flarum-oauth-center.svg)](https://packagist.org/packages/foskym/flarum-oauth-center) [![Total Downloads](https://img.shields.io/packagist/dt/foskym/flarum-oauth-center.svg)](https://packagist.org/packages/foskym/flarum-oauth-center)
|
|
|
|
|
|
|
|
A [Flarum](http://flarum.org) extension. Allow user to authorize the third clients
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
Install with composer:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
composer require foskym/flarum-oauth-center:"*"
|
|
|
|
```
|
|
|
|
|
|
|
|
## Updating
|
|
|
|
|
|
|
|
```sh
|
|
|
|
composer update foskym/flarum-oauth-center:"*"
|
|
|
|
php flarum migrate
|
|
|
|
php flarum cache:clear
|
|
|
|
```
|
|
|
|
|
2023-10-02 06:22:44 +08:00
|
|
|
## Usage
|
|
|
|
|
2023-12-02 10:57:23 +08:00
|
|
|
- [中文文档](/docs/zh.md)
|
|
|
|
- [English Docs](/docs/en.md)
|
2023-10-02 06:22:44 +08:00
|
|
|
|
2023-09-28 17:42:13 +08:00
|
|
|
## Links
|
|
|
|
|
|
|
|
- [Packagist](https://packagist.org/packages/foskym/flarum-oauth-center)
|
|
|
|
- [GitHub](https://github.com/foskym/flarum-oauth-center)
|
2023-10-02 07:04:13 +08:00
|
|
|
- [Discuss](https://discuss.flarum.org/d/33413-oauth-center)
|