src/notes/api/permissions/__init__.py
author ymh <ymh.work@gmail.com>
Mon, 19 Jun 2017 21:52:22 +0200
changeset 60 42c07d428747
parent 31 63be3ce389f7
child 117 9864fe2067cd
permissions -rw-r--r--
on server, augment default token lifetime and add settings in .env to control it. Add the refresh endpoint

"""
Permissions classes fro notes
"""
from .core import SessionPermission, NotePermission

__all__ = ["SessionPermission", "NotePermission"]