loginapi

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2020 License: BSD-3-Clause Imports: 12 Imported by: 0

Documentation

Overview

Package loginapi provides an HTTP API for user authentication.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewService

func NewService(options ...ConfigOption) auth.LoginAPI

NewService returns a new implementation of auth.LoginAPI.

func SetupHTTPHandler

func SetupHTTPHandler(svc auth.LoginAPI, router *mux.Router, tokenSvc auth.TokenService, logger log.Logger, lmt httpapi.LimiterFactory)

SetupHTTPHandler converts a service's public methods to http handlers.

Types

type ConfigOption

type ConfigOption func(*service)

ConfigOption configures the service.

func WithLogger

func WithLogger(l log.Logger) ConfigOption

WithLogger configures the service with a logger.

func WithMessaging

func WithMessaging(m auth.MessagingService) ConfigOption

WithMessaging configures the service with a MessagingService.

func WithOTP

func WithOTP(o auth.OTPService) ConfigOption

WithOTP configures the service with an OTP validator.

func WithPassword

func WithPassword(p auth.PasswordService) ConfigOption

WithPassword configures the servicewith a PasswordService.

func WithRepoManager

func WithRepoManager(repoMngr auth.RepositoryManager) ConfigOption

WithRepoManager configures the service with a new RepositoryManager.

func WithTokenService

func WithTokenService(tokenSvc auth.TokenService) ConfigOption

WithTokenService configures the service with a new TokenService.

func WithWebAuthn

func WithWebAuthn(w auth.WebAuthnService) ConfigOption

WithWebAuthn configures the service with a WebAuthn library.

Jump to

Keyboard shortcuts

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