https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20402 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com --- Comment #60 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- (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.
-- You are receiving this mail because: You are watching all bug changes.