diekotto / softtek-training-jwt

A bit of examples for jwt usage with both sync and async keys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JWT Cryptography Tech Pill Lab for Softtek

This repository serves as a hands-on lab for a tech pill on cryptography, focusing specifically on JSON Web Tokens (JWT). The lab covers both synchronous and asynchronous cryptography methods with JWT.

Overview

The lab provides examples and exercises to understand the usage of JWT in different scenarios. It covers:

  • Basics of JWT
  • Synchronous cryptography with JWT
  • Asynchronous cryptography with JWT

Getting Started

To get started with the lab, clone the repository and follow the instructions in each exercise.

Prerequisites

  • Basic understanding of cryptography
  • Familiarity with JWT

Contributing

Contributions are welcome. Please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

A bit of examples for jwt usage with both sync and async keys

License:MIT License


Languages

Language:JavaScript 86.4%Language:Shell 13.6%