* Allow usage of other config classes in SoloConfigMixin
0.7.2
==================
* Fix caching issues caused by `OpenIDConnectConfig.get_solo` in backend initialization (30) * Rename imported `SessionRefresh` in middleware to avoid conflicting names
0.7.1
==================
* Fix verbose_name/help_text in username_claim migration
0.7.0
=============================
* Add configurable username claim (defaults to ``sub``)
0.6.0
==================
* Add configurable glob pattern for groups sync, to only sync groups that match the pattern * Fix OIDC config form for users with readonly access
0.5.0
==================
* Pin mozilla-django-oidc to >=1.0.0, <2.0.0 (due to compatibility issues) * Adapt admin form to allow configurable endpoints that must be derived from discovery endpoint