auth

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 9, 2019 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Handles authenticating requests and performing oauth.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EmptyCookie

func EmptyCookie() *http.Cookie

func GetCookieName

func GetCookieName() string

func NewCookie

func NewCookie(token string) *http.Cookie

Types

type Service

type Service interface {
	AuthProvider() string
	AuthURL(hostname string) string
	Login(code string) (name, email, avatar, codeToken string, err error)
}

func GetService

func GetService() Service

Jump to

Keyboard shortcuts

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