File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -62,3 +62,11 @@ Possible values are:
62
62
63
63
* `auto ` - users are prompted only the first time, subsequent authorizations for the same application
64
64
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.
You can’t perform that action at this time.
0 commit comments