Hello,
I think showing a QR code with the browser url would be handy when using the device-code grant type.
I'd try submitting a PR myself but I'm not that well versed in go and I don't quite understand the project's structure.
Is this where any patch would have to go?
|
u.Logger.Printf("Please visit the following URL in your browser: %s", url) |
This is the only mention I can find of the message I see in my terminal when using this grant type, but the path looks like it's part of some kind of testing system.
Thanks,
Sol