FastAPI

FastAPI is fully compatible with Starlette, so use the Starlette integration. For convenience, there is an alias in jam.ext imports, so you can do:

from jam.ext.fastapi import JWTBackend, SessionBackend
Instead of:
from jam.ext.starlette import JWTBackend, SessionBackend