Dropped python3.4 support, added AuthenticationTestCaseMixin and configurable user endpoint
LatestDropped python3.4 support since it is end of life and tests failed for it
Add a AuthenticationTestCaseMixin which allows you to better integration test authentication/tokens in your tests. See the README for more information.
Add configurable user endpoint for cases where you can't find the user endpoint with the OpenID connect metadata endpoint. Will still show an error if the provided endpoint could not be found (and not metadata endpoint).