Skip to content

Commit c5693d7

Browse files
committed
[docs] Added a paragraph on skip_authorization
Added a paragraph to explain the use of the skip_authorization Application attribute.
1 parent 96d0fdc commit c5693d7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/advanced_topics.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,11 @@ Possible values are:
6262

6363
* `auto` - users are prompted only the first time, subsequent authorizations for the same application
6464
and scopes will be automatically accepted.
65+
66+
Skipping authorization completely for trusted applications
67+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68+
69+
You might want to completely bypass the authorization form, for instance if your application is an
70+
in-house product or if you already trust the application owner by other means. To this end, you have to
71+
set ``skip_authorization = True`` on the ``Application`` model, either programmaticaly or within the
72+
Django admin. Users will *not* be prompted for authorization, even on the first use of the application.

0 commit comments

Comments
 (0)