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.