Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit a9381ac

Browse files
committed
update readme
1 parent cb8cbb0 commit a9381ac

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

Diff for: README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# light-oauth2
1+
The fastest, lightest and cloud/container ready OAuth 2.0 Authorization Server based on microservices
2+
architecture built on top of Light Java framework.
3+
4+
[Developer Chat](https://gitter.im/networknt/light-oauth2) |
5+
[Documentation](https://networknt.github.io/light-oauth2) |
6+
[Contribution Guide](CONTRIBUTING.md) |
7+
8+
[![Build Status](https://travis-ci.org/networknt/light-oauth2.svg?branch=master)](https://travis-ci.org/networknt/light-oauth2)
9+
10+
## Why this OAuth 2.0 Authorization Server
211

312
An OAuth2 service provider based on [light-java](https://github.com/networknt/light-java)
413

Diff for: docs/content/services/enterprise.md

+10
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ paths:
147147
description: "to prevent cross-site request forgery"
148148
required: false
149149
type: "string"
150+
- name: "scope"
151+
in: "query"
152+
description: "scope of the request"
153+
required: false
154+
type: "string"
150155
responses:
151156
302:
152157
description: "Successful Operation"
@@ -191,6 +196,11 @@ paths:
191196
description: "to prevent cross-site request forgery"
192197
required: false
193198
type: "string"
199+
- name: "scope"
200+
in: "query"
201+
description: "scope of the request"
202+
required: false
203+
type: "string"
194204
responses:
195205
302:
196206
description: "Successful Operation"

0 commit comments

Comments
 (0)