on server, augment default token lifetime and add settings in .env to control it. Add the refresh endpoint
"""
Models for notes
"""
from .auth import User, UserProfile, GroupProfile
from .core import Note, Session
from .category import Protocol, Category
__all__ = ["User", "UserProfile", "GroupProfile", "Note", "Session", "Protocol", "Category"]