auth

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2022 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DB *gorm.DB
View Source
var ErroNotAuthorized = errors.New("not authorized")
View Source
var Service = new(service)

Functions

func Setup added in v0.0.6

func Setup(r *mux.Router, db *gorm.DB, nOpts ...AuthOpts) error

Types

type AuthOpts added in v0.0.6

type AuthOpts struct {
	UseSecure bool
}

type AuthRequest

type AuthRequest struct {
	Login    string `json:"login"`
	Password string `json:"password"`
}

type AuthResponse

type AuthResponse struct {
	SessionID string `json:"sessionid"`
	Tenant    string `json:"tenant"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL