File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -311,6 +311,36 @@ <h3 class="text-lg font-semibold text-gray-900 mb-3">{{ _('Get Started with SAML
311
311
</ div >
312
312
</ div >
313
313
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
+
314
344
315
345
</ div >
316
346
</ div >
You can’t perform that action at this time.
0 commit comments