feat: plane API gateway (#188)
* feat: create model for api token and endpoint for creating api tokens * feat: add list and delete endpoints for tokens
This commit is contained in:
parent
143ba75604
commit
f87a9e9d3a
8 changed files with 125 additions and 2 deletions
|
|
@ -72,3 +72,5 @@ from .authentication import (
|
|||
)
|
||||
|
||||
from .module import ModuleViewSet, ModuleIssueViewSet
|
||||
|
||||
from .api_token import ApiTokenEndpoint
|
||||
Loading…
Add table
Add a link
Reference in a new issue