Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 774 Bytes

readme.md

File metadata and controls

42 lines (26 loc) · 774 Bytes

Screenshot

JWT Decoder

A lightweight web application to decode JSON web tokens.

Introduction

jwtdeco.de is a lightweight web application to decode JSON web tokens.

Features

  • Paste and view JSON web tokens.
  • Copy full token or individual segments.
  • Offline ready.

Development

Getting started

To get started with development, run the following commands:

  • yarn - Install dependencies
  • yarn dev - Watch for changes

Linting

To lint the code, run yarn lint.

Testing

To run the tests, run yarn test.

Screenshot

JWT Decoder Screenshot

License

Licensed under the MIT license.