• Michael Shavit's avatar
    Remove the KoboUserKey-based Authentication. · 27d084ce
    Michael Shavit authored
    Instead, the user generates the api_endpoint url to set on their device
    by visiting http://.../kobo_auth/generate_auth_token.
    The generated url will contain a RemoteAuthorizationToken that will be
    included on all subsequent requests from the device to the kobo/
    endpoints. (In contrast, the device is authenticated using a session cookie on
    requests to the download endpoint).
    
    Also use Flask.url_for to generate download urls.
    27d084ce
Name
Last commit
Last update
cps Loading commit data...
test Loading commit data...
.editorconfig Loading commit data...
.eslintrc Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
README.md Loading commit data...
babel.cfg Loading commit data...
cps.py Loading commit data...
messages.pot Loading commit data...
optional-requirements.txt Loading commit data...
requirements.txt Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...