Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable mod-authtoken early (R1-2024) #2882

Open
wants to merge 2 commits into
base: R1-2024
Choose a base branch
from

Commits on Sep 10, 2024

  1. Enable mod-authtoken early

    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
    julianladisch committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    692f987 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc93b67 View commit details
    Browse the repository at this point in the history