Planned
:tools:
Allow auth token in query parameters so things like IFTTT Maker can be used
Currently, the authentication token (here http://developer.larder.io/?python#simple-token-authentication) needs to be in a HTTP header, but this means you can’t use it with things like IFTTT Maker channel which can’t set HTTP headers. Allow the token to be passed as “/url/?token=thing” to make it easier to put bookmarks into your account from other sources.