summaryrefslogtreecommitdiff
path: root/docs/oauth2/tokens/tokens.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/oauth2/tokens/tokens.rst')
-rw-r--r--docs/oauth2/tokens/tokens.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/oauth2/tokens/tokens.rst b/docs/oauth2/tokens/tokens.rst
index f341509..4e19e7e 100644
--- a/docs/oauth2/tokens/tokens.rst
+++ b/docs/oauth2/tokens/tokens.rst
@@ -3,8 +3,7 @@ Tokens
======
The main token type of OAuth 2 is Bearer tokens and that is what OAuthLib
-currently supports. Other tokens, such as JWT, SAML and possibly MAC (if the
-spec matures) can easily be added (and will be in due time).
+currently supports. Other tokens, such as SAML and MAC can easily be added.
The purpose of a token is to authorize access to protected resources to a client
(i.e. your G+ feed).