https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38338
--- Comment #46 from Olivier Hubert <[email protected]> --- 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. _______________________________________________ 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/
