Skip to content

Releases: idenyigabriel/drf-authentify

v0.3.10 - Beta 8

23 Sep 12:08
dca7134
Compare
Choose a tag to compare

v0.3.10 - beta 8

Fixes:

  • Fix error in TokenAuthentication class' authenticate method (accidentally forgot to update this after method authentication_header was changed).

v0.3.9 - beta 7

08 Aug 12:25
Compare
Choose a tag to compare

v0.3.9 - beta 7

Fixes:

  • Fix error in Auth class' authentication_header method.

v0.3.8 - beta 6

08 Aug 11:42
Compare
Choose a tag to compare

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.

v0.3.7 - beta 5

18 Jun 06:17
Compare
Choose a tag to compare

v0.3.7 - beta 5

Fixes:

  • Token auth class checking wrong condition in authenticate_header method.

v0.3.6 - beta 4

17 Jun 22:40
Compare
Choose a tag to compare

Fixes:

  • auth class accessing wrong method
  • update authenticate_header on auth classes

v0.3.5 - beta 3

15 May 06:33
Compare
Choose a tag to compare

Docs

  • update documentation

Fixes:

  • auth class accessing invalid variable

v0.3.4 - beta 1

20 Apr 20:56
d61f91e
Compare
Choose a tag to compare

Fixes

  • documentation URLs on pyproject.toml
  • changelog URLs on pyproject.toml

v0.3.3 - beta

20 Apr 20:24
Compare
Choose a tag to compare