| Summary: | OAuth2 implementation is not experimental | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Tomás Cohen Arazi (tcohen) <tomascohen> |
| Component: | REST API | Assignee: | Tomás Cohen Arazi (tcohen) <tomascohen> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | caroline.cyr-la-rose, david, lucas, martin.renvoize, nick, tomascohen |
| Version: | Main | Keywords: | Manual-updated |
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | String patch |
| Documentation contact: | Caroline Cyr La Rose | Documentation submission: | https://gitlab.com/koha-community/koha-manual/-/merge_requests/581 |
| Text to go in the release notes: |
This enhancement removes the [EXPERIMENTAL] text from the RESTOAuth2ClientCredentials system preference description. OAuth2 has been in use by third parties to securely interact with Koha since its introduction in 2018.
|
Version(s) released in: |
22.11.00, 22.05.03
|
| Circulation function: | |||
| Attachments: |
Bug 30923: Remove EXPERIMENTAL mark on RESTOAuth2ClientCredentials
Bug 30923: Remove EXPERIMENTAL mark on RESTOAuth2ClientCredentials Bug 30923: Remove EXPERIMENTAL mark on RESTOAuth2ClientCredentials |
||
|
Description
Tomás Cohen Arazi (tcohen)
2022-06-07 19:53:52 UTC
Created attachment 135786 [details] [review] Bug 30923: Remove EXPERIMENTAL mark on RESTOAuth2ClientCredentials The feature is not experimental at all. To test: 1. Search for the RESTOAuth2ClientCredentials syspref => FAIL: It says it is an experimental feature 2. Apply this patch and reload 3. Repeat 1 => SUCCESS: No longer marked as experimental 4. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Created attachment 135787 [details] [review] Bug 30923: Remove EXPERIMENTAL mark on RESTOAuth2ClientCredentials The feature is not experimental at all. To test: 1. Search for the RESTOAuth2ClientCredentials syspref => FAIL: It says it is an experimental feature 2. Apply this patch and reload 3. Repeat 1 => SUCCESS: No longer marked as experimental 4. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: David Nind <david@davidnind.com> Created attachment 135796 [details] [review] Bug 30923: Remove EXPERIMENTAL mark on RESTOAuth2ClientCredentials The feature is not experimental at all. To test: 1. Search for the RESTOAuth2ClientCredentials syspref => FAIL: It says it is an experimental feature 2. Apply this patch and reload 3. Repeat 1 => SUCCESS: No longer marked as experimental 4. Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Pushed to master for 22.11. Nice work everyone, thanks! Backported to 22.05.x for 22.05.03 Docs patches merged. |