alex-oleshkevich / starsessions

Advanced sessions for Starlette and FastAPI frameworks
MIT License
98 stars 11 forks source link

`session_id` must be always required in backend methods. #29

Closed alex-oleshkevich closed 2 years ago

alex-oleshkevich commented 2 years ago

Change Backend.write signature to async def write(self, session_id: str, data: typing.Dict) -> str, session_id to be required