Skip to content

ddebixx/go-jwt-auth-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-jwt-auth-project

A starter template for building secure RESTful APIs in Go using JWT (JSON Web Tokens) for authentication and authorization. This project is designed to serve as a boilerplate for future backend services.

✨ Features

  • 🔐 JWT-based authentication (access and refresh tokens)
  • 🧍‍♂️ User registration and login
  • 🔄 Token refresh mechanism
  • 📦 Dependency management with Go modules

📁 Project Structure

go-jwt-auth-project/ │ ├── controllers/ # HTTP handlers ├── middleware/ # JWT middleware ├── models/ # Data models ├── routes/ # API route definitions ├── go.mod # Go module definition ├── main.go # Application bootstrap

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages