loginsrv

package
v1.16.3 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2021 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Overview

Package loginsrv defines the login server in use by coder-cli for performing the browser authentication flow.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReadLine added in v1.11.0

func ReadLine(ctx context.Context, r io.Reader, w io.Writer, tokenChan chan<- string) error

ReadLine waits for the manual login input to send the session token. NOTE: As we are dealing with a Read, cancelling the context will not unblock.

The caller is expected to close the reader.

Types

type Server

type Server struct {
	TokenChan chan<- string
}

Server waits for the login callback to send the session token.

func (*Server) ServeHTTP

func (srv *Server) ServeHTTP(w http.ResponseWriter, req *http.Request)

Jump to

Keyboard shortcuts

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