Closed shaundewberry closed 1 year ago
Three minor things:
lib/README.md
so that line 54 reads "A custom message can be printed by setting message
to a template string using any or all of {url}
, {code}
, and {urlWithCode}
as placeholders."Thanks, Ben, changes completed as requested.
Awesome, thanks!
Updates the BrowserHandler "DEFAULT_BROWSER_MESSAGE" and "DEFAULT_NO_BROWSER_MESSAGE" text to print an alternate URL that includes the autofilled authorization code. Message format conforms to syntax of the sso/utils.py in aws-cli. Cleaned up for single commit. Tested successfully locally.