Skip to content

Commit

Permalink
Enable mod-authtoken early
Browse files Browse the repository at this point in the history
Move mod-authtoken to the top 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.

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
julianladisch committed Sep 10, 2024
1 parent 1e2c863 commit 692f987
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions install-extras.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
"id": "mod-permissions-6.5.0",
"action": "enable"
},
{
"id": "mod-users-19.3.2",
"action": "enable"
},
{
"id": "mod-authtoken-2.15.2",
"action": "enable"
},
{
"id": "edge-connexion-1.3.1",
"action": "enable"
Expand Down Expand Up @@ -71,10 +79,6 @@
"id": "mod-email-1.17.0",
"action": "enable"
},
{
"id": "mod-users-19.3.2",
"action": "enable"
},
{
"id": "mod-users-bl-7.7.4",
"action": "enable"
Expand Down Expand Up @@ -247,10 +251,6 @@
"id": "mod-quick-marc-5.1.1",
"action": "enable"
},
{
"id": "mod-authtoken-2.15.2",
"action": "enable"
},
{
"id": "mod-calendar-3.1.0",
"action": "enable"
Expand Down Expand Up @@ -331,4 +331,4 @@
"id": "mod-serials-management-1.0.3",
"action": "enable"
}
]
]

0 comments on commit 692f987

Please sign in to comment.