auth

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2019 License: Apache-2.0 Imports: 8 Imported by: 1

Documentation

Overview

Package auth provides auth management for micro

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewPlugin

func NewPlugin() plugin.Plugin

NewPlugin returns a new auth plugin

Types

type Auth

type Auth struct {
	Provider Provider
}

func (*Auth) Handler

func (a *Auth) Handler(h http.Handler) http.Handler

Authent

type Provider

type Provider interface {
	Handler(h http.Handler) http.Handler
}

Provider is an auth provider

Directories

Path Synopsis
module
Package basic provides basic auth using htpasswd
Package basic provides basic auth using htpasswd
Package digest provides digest auth using htdigest
Package digest provides digest auth using htdigest
Package ldap provides ldap authentication
Package ldap provides ldap authentication

Jump to

Keyboard shortcuts

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