Skip to content

Dropped python3.4 support, added AuthenticationTestCaseMixin and configurable user endpoint

Latest
Compare
Choose a tag to compare
@kerrermanisNL kerrermanisNL released this 13 Apr 09:01
· 8 commits to master since this release
0a84995

Dropped 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).