stages/authenticator_*: add API for authenticator devices

This commit is contained in:
Jens Langhammer
2021-03-09 10:21:53 +01:00
parent 43a4217497
commit 34a3d81eff
6 changed files with 963 additions and 19 deletions

View File

@ -21,3 +21,4 @@ class GroupViewSet(ModelViewSet):
serializer_class = GroupSerializer
search_fields = ["name", "is_superuser"]
filterset_fields = ["name", "is_superuser"]
ordering = ["name"]