mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 11:59:23 +00:00
fix doc display
This commit is contained in:
@ -1 +0,0 @@
|
||||
::: core.auth.api_permissions
|
32
docs/reference/core/auth.md
Normal file
32
docs/reference/core/auth.md
Normal file
@ -0,0 +1,32 @@
|
||||
## Backend
|
||||
|
||||
::: core.auth.backends
|
||||
handler: python
|
||||
options:
|
||||
heading_level: 3
|
||||
members:
|
||||
- SithModelBackend
|
||||
|
||||
## Mixins
|
||||
|
||||
::: core.auth.mixins
|
||||
handler: python
|
||||
options:
|
||||
heading_level: 3
|
||||
members:
|
||||
- can_edit_prop
|
||||
- can_edit
|
||||
- can_view
|
||||
- CanCreateMixin
|
||||
- CanEditMixin
|
||||
- CanViewMixin
|
||||
- FormerSubscriberMixin
|
||||
- PermissionOrAuthorRequiredMixin
|
||||
|
||||
|
||||
## API Permissions
|
||||
|
||||
::: core.auth.api_permissions
|
||||
handler: python
|
||||
options:
|
||||
heading_level: 3
|
Reference in New Issue
Block a user