Skip to content

Repair the ability of to add users to apps

Compare
Choose a tag to compare
@ladyrassilon ladyrassilon released this 03 Feb 13:18
· 1105 commits to main since this release
19aafba

Fixes

  • Enables users to add email address users to their apps in control panel again

Cleanup

  • Auth0 structure has some refactoring
  • Renaming of fixture methods as fixtures

Development features

  • Docker now syncs the local folder of tests over to the container so you don't need to rebuild for every dev test run
  • Makefile Method (test-wip) that allows you to test only tests that use the @pytest.mark.indevelopment decorator.