Skip to content

Simple application to verify JSON Web Token (JWT)

Notifications You must be signed in to change notification settings

bignyap/verifyjwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JWT Token Verifier

A simple Go application for verifying JWT tokens.

Prerequisites

  • Go (version 1.22.4+ recommended)
  • Docker (optional, for Docker-based deployment)

Getting Started

1. Clone the Repository

git clone https://github.com/bignyap/verifyjwt.git
cd verifyjwt

2. Download Dependencies

Ensure you have all required Go modules by running:

go mod download

3. Run the Application

Method 1: Direct Execution

go run .

Method 2: Build and Run Executable

Build the executable:

go build -o verifyjwt

Run the executable:

./verifyjwt

Method 3: Build and Run with Docker

Build the Docker image:

docker build -t verifyjwt .

Run the Docker container:

docker run -it --rm verifyjwt

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any changes.

About

Simple application to verify JSON Web Token (JWT)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published