doorkeeper
doorkeeper copied to clipboard
The `filter_parameters` appending does not run inside of a `to_prepare` block.
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.
Hey @ransombriggs , thanks for reporting! Would you like to propose a MR? Or give more details on how you fixed it? Thanks! 🙇