1.5.0 – Security & Routing
A few big changes in 1.5.0:
- You can now specify the url endpoint prefixes– check out the settings section or see
urls.py. - Now validates against a
VERIFYandAUTHtype to make sure tokens can't be used interchangably. - Now validates against the authenticating alias– so
tokenmust bePOSTed withemailormobilecorresponding to the user that created it.