Closed
Description
After upgrading to Rails 6.0.0.rc1, the doorkeeper initializer triggers a warning on server start with the following:
DEPRECATION WARNING: Initialization autoloaded the constant RedirectUriValidator.
I believe this has to do w/ the new zeitwerks loader and moving away from autoloading behavior from within initializers.
Has anyone run into this? Not sure how to fix this since this seems to be happening with Doorkeeper itself.