Skip to content

v0.3.8 - beta 6

Compare
Choose a tag to compare
@idenyigabriel idenyigabriel released this 08 Aug 11:42
· 7 commits to main since this release

Features:

  • Add new setting configuration "ENABLE_AUTH_RESTRICTION" to allow users enable/disable channel restrictions.

Fixes:

  • Auth classes no longer raise errors on failure, this function will now be left to DRF permission classes.
  • Update AuthToken private method __generate_token to return token string not token instance.