diff --git a/README.MD b/README.MD index 08101fe..1e1d500 100644 --- a/README.MD +++ b/README.MD @@ -1,5 +1,9 @@ # Open-OAuth2Playground -Open-OAuth2Playground: 开箱即用的开源版 OAuth2-Playground +Open-OAuth2Playground 是一个仿 Google [OAuth 2.0 Playground](https://developers.google.com/oauthplayground/) 的开源版 OAuth2.0 Playground + +支持本地开箱即用,适合 OAuth2.0 的学习者测试学习 OAuth2.0 协议。 + +当运用于服务端部署时,也非常适合与 OAuth2 的接口文档配合同步发布,方便第三方调用者快速的开发调试。 [English](./README_en.md) | [中文](./README.md) diff --git a/README_en.md b/README_en.md index 8e5bab4..5681278 100644 --- a/README_en.md +++ b/README_en.md @@ -1,5 +1,9 @@ # Open-OAuth2Playground -Open-OAuth2Playground: An out-of-the-box open source version of OAuth2-Playground +Open-OAuth2Playground is an open source version of OAuth2.0 Playground that mimics Google’s OAuth 2.0 Playground + +It supports local out-of-the-box use, suitable for OAuth2.0 learners to test and learn the OAuth2.0 protocol. + +When used for server-side deployment, it is also very suitable for synchronizing with the OAuth2 Server documentation, making it easy for third-party callers to quickly develop and debug. [English](./README_en.md) | [中文](./README.md)