mirror of
https://github.com/JonathanHerrewijnen/calibre-web.git
synced 2024-11-10 21:24:15 +00:00
27d084ce39
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. |
||
---|---|---|
.. | ||
services | ||
static | ||
templates | ||
translations | ||
__init__.py | ||
about.py | ||
admin.py | ||
cache_buster.py | ||
cli.py | ||
comic.py | ||
config_sql.py | ||
constants.py | ||
converter.py | ||
db.py | ||
editbooks.py | ||
epub.py | ||
fb2.py | ||
gdrive.py | ||
gdriveutils.py | ||
helper.py | ||
iso_language_names.py | ||
isoLanguages.py | ||
jinjia.py | ||
kobo_auth.py | ||
kobo.py | ||
logger.py | ||
oauth_bb.py | ||
oauth.py | ||
opds.py | ||
pagination.py | ||
redirect.py | ||
reverseproxy.py | ||
server.py | ||
shelf.py | ||
subproc_wrapper.py | ||
tess.py | ||
ub.py | ||
updater.py | ||
uploader.py | ||
web.py | ||
worker.py |