We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0393b3 commit 9924b26Copy full SHA for 9924b26
docs/settings.rst
@@ -76,7 +76,16 @@ to get a ``Server`` instance.
76
77
SCOPES
78
~~~~~~
79
-A dictionnary mapping each scope name to its human description.
+A dictionary mapping each scope name to its human description.
80
+
81
+DEFAULT_SCOPES
82
+~~~~~~~~~~~~~~
83
+A list of scopes that should be returned by default.
84
+This is a subset of the keys of the SCOPES setting.
85
+By default this is set to '__all__' meaning that the whole set of SCOPES will be returned.
86
+.. code-block:: python
87
88
+ DEFAULT_SCOPES = ['read', 'write']
89
90
READ_SCOPE
91
~~~~~~~~~~
0 commit comments