src/notes/tests/api/__init__.py
author ymh <ymh.work@gmail.com>
Mon, 19 Jun 2017 21:37:33 +0200
changeset 58 f16a080e0bc4
parent 31 63be3ce389f7
child 74 043477fd5c5c
permissions -rw-r--r--
on server, augment default token lifetime and add settings in .env to control it. Add the refresh endpoint

from .session import SessionApiTests

__all__ = 'SessionApiTests'