Skip to content

2.0

Compare
Choose a tag to compare
@uw-rvitorino uw-rvitorino released this 28 Oct 13:33
· 25 commits to master since this release
c54a266

What's Changed

Changelog

  • Usage of python-keycloak as the client to interact with Keycloak
  • Adds type hints to improve code readability
  • Better Django settings integration and usage of data classes
  • Removal of obsolete / dead and repeated code
  • Authentication without having to call the Keycloak server (introspection depending on whether data is available in token)
  • Support for Async web servers (#23)
  • Role/scope checks using introspection and decoding
  • Adds CI with support to Python 3.11
  • Removed Graphene (GraphQL middleware)

Full Changelog: 1.2.1...2.0