Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FOLIO-4160: Enable mod-authtoken early (R1-2024)
https://folio-org.atlassian.net/browse/FOLIO-4160 Move mod-authtoken to the top of install-extras.json so that it gets installed early. Then it is available when enabling a second module that requires a token to access a permission protected API of a third module. Modules using authtokens don't have the authtoken okapi interface in their requires section of in their module descriptor because they don't use the mod-authtoken HTTP API but the token feature of Okapi. Therefore we need to use the install order to ensure mod-authtoken availability. https://folio-project.slack.com/archives/CFQU1MF61/p1725977004958399?thread_ts=1725933118.184429&cid=CFQU1MF61 mod-authtoken requires mod-permissions and mod-users therefore we use this natural order: 1. mod-permissions 2. mod-users 3. mod-authtoken
- Loading branch information