2023-09-04 07:44:44 +00:00
|
|
|
<div class="pb-6">
|
|
|
|
<h1>Security</h1>
|
2024-03-20 11:54:06 +00:00
|
|
|
<div class="subtitle">Security related settings.</div>
|
2024-03-22 12:47:54 +00:00
|
|
|
<nav class="navbar-main">
|
2023-12-27 15:45:01 +00:00
|
|
|
<a href="{{ route('security.private-key.index') }}">
|
2023-09-04 07:44:44 +00:00
|
|
|
<button>Private Keys</button>
|
|
|
|
</a>
|
2023-12-27 15:45:01 +00:00
|
|
|
<a href="{{ route('security.api-tokens') }}">
|
2023-10-20 12:51:01 +00:00
|
|
|
<button>API tokens</button>
|
|
|
|
</a>
|
2023-09-04 07:44:44 +00:00
|
|
|
</nav>
|
|
|
|
</div>
|