reloadlife / guth

Go Gin Authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guth: Gin Go Auth

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Simple Authentication middleware, for Gin

TODO:

  • add tests
  • add examples
  • add auth functions (login, logout, register, etc)

Usage

go get go.mamad.dev/guth
package main

import (
"fmt"
"log"
"net/http"

"go.mamad.dev/guth"
)

func main() {

// todo

}

License

Contributing

About

Go Gin Authentication


Languages

Language:Go 100.0%