Skip to content

1.5.0 – Security & Routing

Compare
Choose a tag to compare
@aaronn aaronn released this 24 Jan 11:00
· 71 commits to master since this release
f008de0

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 and AUTH type to make sure tokens can't be used interchangably.
  • Now validates against the authenticating alias– so token must be POSTed with email or mobile corresponding to the user that created it.