https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20402 --- Comment #61 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Martin Renvoize from comment #60)
(In reply to Julian Maurice from comment #55)
'any' returns a boolean value, we're looking for the $client hashref here
'first' would be more appropriate, sorry, you are totally right, 'any' is not appropriate here at all.
I don't think we should cache the access token, because it can expire
Ah, you're using the 'random string' approach for the tokens so the expiry isn't embedded within the token. I've always used JWT's. Apologies, you can't cache it in that case then.
Martin, please review with all applied: https://bugs.koha-community.org/bugzilla3/showdependencygraph.cgi?id=20612 Thanks! -- You are receiving this mail because: You are watching all bug changes.