Skip to content

Commit 0b3712e

Browse files
committed
removed the word protocol referring to OAuth2
1 parent 5fae164 commit 0b3712e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/glossary.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1+
Glossary
2+
========
3+
14
.. Put definition of specific terms here, and reference them inside docs with :term:`My term` syntax
25
36
.. glossary::
47

58
Authorization Server
69
The authorization server asks resource owners for their consensus to let client applications access their data.
7-
It also manages and issues the tokens needed for all the authorization flows supported by OAuth2 protocol.
10+
It also manages and issues the tokens needed for all the authorization flows supported by OAuth2 spec.
811
Usually the same application offering resources through an OAuth2-protected API also behaves like an
912
authorization server.
1013

1114
Resource Server
12-
An application providing access to its own resources through an API protected with the OAuth2 protocol.
15+
An application providing access to its own resources through an API protected following the OAuth2 spec.
1316

1417
Application
1518
TODO
@@ -19,11 +22,11 @@
1922
of the resource owner.
2023

2124
Resource Owner
22-
The user of an application which exposes resources to third party applications through the OAuth2 protocol. The
25+
The user of an application which exposes resources to third party applications through OAuth2. The
2326
resource owner must give her authorization for third party applications to be able to access her data.
2427

2528
Access Token
26-
A token needed to access resources protected by OAuth2 protocol. It has a lifetime which is usually quite short.
29+
A token needed to access resources protected by OAuth2. It has a lifetime which is usually quite short.
2730

2831
Authorization Code
2932
The authorization code is obtained by using an authorization server as an intermediary between the client and

0 commit comments

Comments
 (0)