esnet-security / SCRAM

Security Catch and Release Automation Manager
Other
5 stars 0 forks source link

fix(expiration): change to use DRF's request object parsing instead of django's #6

Closed samoehlert closed 1 year ago

samoehlert commented 1 year ago

when testing entries with curl i realized we were just using the default expiration for everything. this update actually grabs the correct expiration.

see https://www.django-rest-framework.org/api-guide/requests/ as to why the DRF object parsing is better as well.