JWTSecurityLab is a web application written in pure Swift. The goal is to provide educational backend for learning vulnerabilities in JWT (JSON Web Tokens). JSON Web tokens is an industry standard specified by RFC7519 (https://tools.ietf.org/html/rfc7519). You can play with tokens at https://jwt.io/
JWTSecurityLab consists of a set of lab lessons that will help you understand vulnerabilities in JWT.
This app uses:
- Modified version of https://github.com/httpswift/swifter
- https://github.com/krzyzanowskim/CryptoSwift
- Modified version of https://github.com/kylef/JSONWebToken.swift
- https://github.com/twbs/bootstrap