doorkeeper icon indicating copy to clipboard operation
doorkeeper copied to clipboard

The `filter_parameters` appending does not run inside of a `to_prepare` block.

Open ransombriggs opened this issue 1 year ago • 1 comments

If Doorkeeper.configure call takes place inside of a to_prepare block then the following code is not run because it is executed after the load_config_initializers has run which is too early to detect our configuration. We were using the to_prepare to monkey patch some things before configure is called but have refactored things so this is not an issue for us currently.

ransombriggs avatar Mar 19 '25 20:03 ransombriggs

Hey @ransombriggs , thanks for reporting! Would you like to propose a MR? Or give more details on how you fixed it? Thanks! 🙇

nbulaj avatar Mar 28 '25 06:03 nbulaj