Skip to content

Commit e967847

Browse files
committed
Add links to other developer tools
1 parent 1b7d6d7 commit e967847

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

app/templates/base.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,36 @@ <h3 class="text-lg font-semibold text-gray-900 mb-3">{{ _('Get Started with SAML
311311
</div>
312312
</div>
313313

314+
<div>
315+
<h3 class="text-base md:text-lg font-semibold text-gray-900 mb-2 md:mb-3">{{ _('Other Developer Tools') }}</h3>
316+
<div class="space-y-2">
317+
<a href="https://www.authgear.com/tools/jwt-jwe-debugger"
318+
target="_blank"
319+
rel="noopener"
320+
class="block text-xs text-gray-600 hover:text-primary-600 transition-colors">
321+
JWT & JWE Debugger
322+
</a>
323+
<a href="https://www.authgear.com/tools/jwk-generator"
324+
target="_blank"
325+
rel="noopener noreferrer"
326+
class="block text-xs text-gray-600 hover:text-primary-600 transition-colors">
327+
JWK Generator
328+
</a>
329+
<a href="https://www.authgear.com/tools/hmac-signature-generator-verifier"
330+
target="_blank"
331+
rel="noopener"
332+
class="block text-xs text-gray-600 hover:text-primary-600 transition-colors">
333+
HMAC Signature Generator/Verifier
334+
</a>
335+
<a href="https://www.authgear.com/tools/totp-authenticator"
336+
target="_blank"
337+
rel="noopener"
338+
class="block text-xs text-gray-600 hover:text-primary-600 transition-colors">
339+
TOTP Authenticator
340+
</a>
341+
</div>
342+
</div>
343+
314344

315345
</div>
316346
</div>

0 commit comments

Comments
 (0)