https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38338 --- Comment #82 from David Cook <dcook@prosentient.com.au> --- I'm still waiting for a response from the author of sasl-xoauth2 about my pull request, so I've decided to just go ahead with the packaged version. We've migrated a production Koha library to using sasl-xoauth2 now, so that's exciting. I've certainly learned a lot about it over the past few months. I ended up using my bootstrap script from the "Bug 38338: Add script to help bootstrap xoauth2 email tokens" patch in order to get the initial access token and initial refresh token, as I went with using the authorization grant, since sasl-xoauth2 doesn't yet support the client_credentials grant yet (since my PR adds it). It's actually pretty easy to build sasl-xoauth2 from source, so I thought about building my own with the client credentials patch, but decided against it in the end just for the sake of maintainability. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.