Skip to content

joshhh980/go_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go AUTH

Go REST API with JWT authentication

Requirements

  • Go v1.19
  • Swagger v0.30.3

Tasks (Completed)

  • Implement authentication API
  • Write tests for handlers
  • Generate docs
  • Enable CORS

Server

go run main.go

Tests

cd tests
go test -run .

Documentation

Generate docs

swagger generate spec -o ./swagger.yaml 

Serve docs

swagger serve swagger.yaml

About

A REST authentication API built with Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages