[Koha-bugs] [Bug 20402] Implement OAuth2 authentication for REST API

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 19 10:47:40 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20402

--- Comment #13 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 73087
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=73087&action=edit
Bug 20402: Add cronjob script to delete expired tokens

Test plan:
1. Generate X tokens (X > 1)
2. mysql> UPDATE oauth_access_tokens SET expires = 0
3. Generate Y tokens (Y > 1)
4. Run the script
5. Verify that only Y tokens remains

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list