Skip to content

1.4.40

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 13:56
0110cca

What's Changed

  • Improve wording referencing config by @banholzer in #1262
  • Support for SSO basic-auth without dialogue. by @lecler-i in #1268
    • Provides workaround for #1267 and #1211
      To be able to use it, pass the ssoUser and ssoPasswordCommand to run. Here an example configuration
{
  "ssoUser": "Thomas",
  "ssoPasswordCommand": "gopass -o work/mycompany.com"
}

This only works for basic authentication

New Contributors

Full Changelog: v1.4.39...v1.4.40