Skip to content

Releases: yunojuno/django-perimeter

Add Django 5.0 support

14 Nov 14:21
93099fd
Compare
Choose a tag to compare

v0.16.0

  • Add support for Django 5.0
  • Add support for Python 3.12

No functional code changes.

Add support for X-Perimeter-Token HTTP header

15 Jul 12:01
bef8a3b
Compare
Choose a tag to compare

You can now set an HTTP request header (X-Perimeter-Token) to bypass the perimeter check. This enables automated tools (test runners, ping services, etc.) to bypass the perimeter.

Drop support for Py2 and Django < 1.11

11 May 11:13
fee4721
Compare
Choose a tag to compare

Add support for custom bypass functions

06 Aug 16:16
Compare
Choose a tag to compare

Adds support for users to override the default bypass function (which only allows the perimeter gateway URL) by supplying a function that takes the request as its arg.

v0.6.4

07 Jul 07:51
Compare
Choose a tag to compare

Added support for extending tokens via the management command

v0.6.1

11 Jun 17:41
Compare
Choose a tag to compare

Features:

  • Add --expires option to create_access_token management token
  • Supports token lengths up to 50 chars

Fixes:

  • Fixes bug with Django 1.8 v 1.7 utils.timezone.now() change