File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,15 @@ Index
3434 tutorial/tutorial
3535 rest-framework/rest-framework
3636 views/views
37+ settings
3738
3839.. toctree ::
3940 :maxdepth: 1
4041
4142 contributing
4243 changelog
4344
45+
4446Indices and tables
4547==================
4648
Original file line number Diff line number Diff line change 1+ Permissions
2+ ===========
3+
4+ Django OAuth Toolkit provides a few utility classes to use along with other permissions in Django REST Framework,
5+ so you can easily add scoped-based permission checks to your API views.
6+
7+
8+
9+ TokenHasScope
10+ -------------
11+
12+ TODO: add docs for TokenHasScope permission class with usage examples
13+
14+
15+ TokenHasReadWriteScope
16+ ----------------------
17+
18+ TODO: add docs for TokenHasReadWriteScope permission class with usage examples
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ Django Rest Framework
55 :maxdepth: 2
66
77 getting_started
8+ permissions
Original file line number Diff line number Diff line change @@ -18,7 +18,4 @@ For example:
1818 }
1919
2020
21- Reference
22- =========
23-
2421 TODO: add reference documentation for DOT settings
You can’t perform that action at this time.
0 commit comments