Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
freedomkk-qfeng committed Jul 15, 2023
1 parent cf22369 commit ae9bd73
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
6 changes: 5 additions & 1 deletion README_en.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit ae9bd73

Please sign in to comment.