### New Feature / Enhancement Checklist <!-- Check every following box [x] before submitting your issue. Click the "Preview" tab for better readability. Thanks for contributing to Parse Platform! --> - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). - [x] I have searched through [existing issues](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ### Current Limitation <!-- Which current limitation is the feature or enhancement addressing? --> Auth adapters are constructed each time `RestWrite` is called. ### Feature / Enhancement Description <!-- What is the concept of the functionality and how should it be implemented? --> Auth adapters should be stored in memory on server init. ### Example Use Case <!-- What is an example use case in steps (1. / 2. / 3. / etc.) that describes the functionality? --> ### Alternatives / Workarounds <!-- Which alternatives or workarounds exist currently? --> ### 3rd Party References <!-- Have you seen a similar functionality provided somewhere else? -->