[2.1.0](https://github.com/skarre-r/strawberry-azure-auth/compare/2.0.0...2.1.0) (2023-07-06)
Changes
* update `strawberry-graphql` to >=0.193.1
* update `strawberry-graphql-django` to >=0.10.2
* **openid config:** use an asyncio lock to prevent concurrent requests from updating the configuration multiple times
Performance Improvements
* **extension:** don't load the openid configuration startup to reduce the time it takes for the class to initialize ([77f0834](https://github.com/skarre-r/strawberry-azure-auth/commit/77f0834665e8f64f09cd65aa049ca00eef7d253e))
* **extension:** in incoming requests, only update the openid configuration when it's not up-to-date ([77f0834](https://github.com/skarre-r/strawberry-azure-auth/commit/77f0834665e8f64f09cd65aa049ca00eef7d253e))