gin

package
v0.0.0-...-8d8ec1c Latest Latest
Warning

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

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

Documentation

Overview

Package gin - API Gateway 접근인증을 위한 GIN 과 연동되는 기능 제공

Index

Constants

This section is empty.

Variables

View Source
var (
	// MWNamespace - Middleware 설정 식별자
	MWNamespace = "mw-auth"
)

Functions

func CreateToken

func CreateToken(secretKey string, accessID string, duration string) (string, error)

CreateToken - HMAC 토큰 생성

func HandlerFactory

func HandlerFactory(next ginRouter.HandlerFactory, logger logging.Logger) ginRouter.HandlerFactory

HandlerFactory - Auth 기능을 수행하는 Route Handler Factory 구성

func ValidateToken

func ValidateToken(secretKey string, rawToken string, ids []string) error

ValidateToken - description

Types

type AuthMiddleware

type AuthMiddleware func(gin.HandlerFunc) gin.HandlerFunc

AuthMiddleware - HMAC Auth 처리가 적용된 Handler Func 반환 형식

type Config

type Config struct {
	// HMAC 구성을 위한 보안 키
	SecureKey string `yaml:"secure_key"`
	// 접속을 허용하는 ID 리스트
	AcessIds []string `yaml:"access_ids"`
}

Config - AUTH 운영을 위한 설정 구조

Jump to

Keyboard shortcuts

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