Evgeny Solomatin

Results 3 comments of Evgeny Solomatin

> I inserted some print()s to the api: > > ``` > async def remember(self, request, response, identity, **kwargs): > session = await get_session(request) > session[self._session_key] = identity > print(dict(session))...

> > Show your login handler. Method set_cookie doesn't work when response raised. You should use return instead. > > This is a known regression in 3.7 with HTTPException, it...

@rmk135 Would it be possible to release a fix for this bug in an upcoming release?