oauth icon indicating copy to clipboard operation
oauth copied to clipboard

Add support for custom strings in Device Flow

Open alfredovaldes opened this issue 3 years ago • 0 comments

On the device flow, add support to specify the message to be shown to the user.

On oauth_device.go, currently the messages are: fmt.Fprintf(stdout, "First, copy your one-time code: %s\n", code.UserCode) fmt.Fprint(stdout, "Then press [Enter] to continue in the web browser... ")

alfredovaldes avatar Apr 30 '22 18:04 alfredovaldes