25 Feb
2026
25 Feb
'26
4:50 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38338 --- Comment #46 from Olivier Hubert <olivier.hubert@inlibro.com> --- Just a note: When I mean we should refresh the token, I did not mean that we should use a "refresh token". Refresh tokens are only ever used during an authorization flow. I mean instead that we should keep the token for however long it's good, using the "expires_in" number of seconds contained in the answer of the request to the /token endpoint as a guideline, and create a new request to the /token endpoint once it's expired. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.