https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38338
--- Comment #32 from David Cook <[email protected]> --- Ok dokie... so I have tried out the sasl-xoauth2 plugin which is developed at https://github.com/tarickb/sasl-xoauth2 I followed the instructions on the README.md in the Github repo. I am using Ubuntu and I installed from the sasl-xoauth2 PPA. I tested using a Gmail account and a pre-existing Google project that I had from previous XOAUTH2 efforts. It took a lot of trial and error because the instructions weren't perfect for when a chroot is used in postfix, but that's OK. I figured it out, and I'm going to send a PR to update the documentation. Oh... another thing. I didn't want to run sasl-xoauth2 on my workstation, so sasl-xoauth2-tool didn't work for me. Instead, I used the google_oauth_bootstrap.pl script I had in KTD. So maybe I should polish that script up a bit and add it as a patch here to help people a bit... -- I don't think the sasl-xoauth2 has any functionality for periodically refreshing tokens. I think it just relies on refreshing expired access tokens at send time, and banking that you send email regularly before the refresh token expires... but I'm not 100% certain. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
