Skip to content

Releases: imtapps/django-request-signer

v5.1.0

05 Dec 19:00
4daba53
Compare
Choose a tag to compare
Merge pull request #29 from imtapps/update

Peripheral: adding deploy script

3.2.2

09 Aug 05:01
b059d02
Compare
Choose a tag to compare

Commit Messages

Merge pull request #24 from imtapps/feature/api-keys

Version 5


Enhancement: Use ImproperlyConfigured exception

[private]


Style: yapf


Version: 4.1.0 -> 5.0.0


Doc: Update README


Doc: Remove docs

They are out of date


Enhancement: Remove models

Client ids and private keys should come from a dictionary in settings
call API_KEYS. The key of the dictionary should be the client id and the
value should be the private key.

Consuming applications are left to populate the API_KEYS setting.

[private]


Refactor: Remove server


Version: 4.0.0 -> 4.1.0


Feature: Check for keys in dictionary from settings

[private]


Writeable key in admin

17 Feb 20:54
Compare
Choose a tag to compare
Merge pull request #20 from imtapps/readonly-nomore

Enhancement: Remove readonly widget from private key field

3.2.3

26 Oct 13:36
Compare
Choose a tag to compare
Merge pull request #19 from khornberg/bug/pip8

Bug/pip8