jwt-hack 2.5.0

Hack the JWT (JSON Web Token) - A tool for JWT security testing and token manipulation
Documentation
1
2
3
4
5
6
7
8
9
10
11
{% extends "base.html" %}

{% block title %}404 Not Found - {{ site.title }}{% endblock %}

{% block body %}
<div class="error-page" style="padding-top: var(--header-h);">
  <h1>404</h1>
  <p>The page you are looking for does not exist.</p>
  <a href="{{ base_url }}/" class="btn btn-primary">Return to Home</a>
</div>
{% endblock %}