wip: PAT by team

This commit is contained in:
Andras Bacsai
2023-10-18 18:02:09 +02:00
parent a30ae4fb38
commit 2c40e93d3b
5 changed files with 49 additions and 2 deletions

View File

@@ -17,6 +17,10 @@ class Dashboard extends Component
$this->servers = Server::ownedByCurrentTeam()->get();
$this->projects = Project::ownedByCurrentTeam()->get();
}
// public function createToken() {
// $token = auth()->user()->createToken('test');
// ray($token);
// }
// public function getIptables()
// {
// $servers = Server::ownedByCurrentTeam()->get();