From 45816c064a78074a35486262ddc30981619b173e Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Thu, 8 Apr 2021 11:37:42 +0100 Subject: [PATCH 1/2] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index deaf6f82..be6ad8ce 100644 --- a/README.rst +++ b/README.rst @@ -106,10 +106,10 @@ The following example demonstrates the verification of an ID token signed with t If the token verification fails, a ``TokenValidationError`` will be raised. In that scenario, the ID token should be deemed invalid and its contents should not be trusted. =========================== -Organizations (Closed Beta) +Organizations =========================== -Organizations is a set of features that provide better support for developers who build and maintain SaaS and Business-to-Business (B2B) applications. +[Organizations](https://auth0.com/docs/organizations) is a set of features that provide better support for developers who build and maintain SaaS and Business-to-Business (B2B) applications. Using Organizations, you can: * Represent teams, business customers, partner companies, or any logical grouping of users that should have different ways of accessing your applications, as organizations. From 6956265f631c4f577981915e07241e9fbe52f11d Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Thu, 8 Apr 2021 11:49:07 +0100 Subject: [PATCH 2/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index be6ad8ce..6674025c 100644 --- a/README.rst +++ b/README.rst @@ -109,7 +109,7 @@ If the token verification fails, a ``TokenValidationError`` will be raised. In t Organizations =========================== -[Organizations](https://auth0.com/docs/organizations) is a set of features that provide better support for developers who build and maintain SaaS and Business-to-Business (B2B) applications. +`Organizations `__ is a set of features that provide better support for developers who build and maintain SaaS and Business-to-Business (B2B) applications. Using Organizations, you can: * Represent teams, business customers, partner companies, or any logical grouping of users that should have different ways of accessing your applications, as organizations.