ICS-MU / pam_oauth2_device

PAM module OAuth2 Device flow
Apache License 2.0
31 stars 14 forks source link

feat(QR): add configuration option to disable QR code #26

Closed jsurkont closed 3 years ago

jsurkont commented 3 years ago

QR code can now be disabled from the configuration. Additionally, the QR code is now displayed before the authentication URL which should improve UX on the default 80x24 terminal size.

Closes #14