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
VERIFY
andAUTH
type to make sure tokens can't be used interchangably. - Now validates against the authenticating alias– so
token
must bePOST
ed withemail
ormobile
corresponding to the user that created it.