summaryrefslogtreecommitdiff
path: root/docs/feature_matrix.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/feature_matrix.rst')
-rw-r--r--docs/feature_matrix.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/feature_matrix.rst b/docs/feature_matrix.rst
new file mode 100644
index 0000000..d3adce6
--- /dev/null
+++ b/docs/feature_matrix.rst
@@ -0,0 +1,21 @@
+Supported features
+==================
+
+OAuth 1 is fully supported per the RFC for both clients and providers.
+Extensions and variations that are outside the spec are not supported.
+
+- HMAC-SHA1, RSA-SHA1 and plaintext signatures.
+- Signature placement in header, url or body.
+
+OAuth 2 client and provider support for
+
+- Authorization Code Grant
+- Implicit Grant
+- Client Credentials Grant
+- Resource Owner Password Credentials Grant
+- Refresh Tokens
+- Bearer Tokens
+- draft MAC tokens
+
+with support for SAML2 and JWT tokens, token revocation, dynamic client
+registration and much more to come.