Shipeng Feng
Shipeng Feng
@dyohan9 Adding secure connection support is good 👍 . I might use `grpc_settings` to set up this, just like interceptors config, so that we have more flexibility, we have `grpc.ssl_server_credentials`...
We need the html to display the profiled result.
@rsyring We need to call the `create_all`. Otherwise, how to do that for users? The session table detail is hidden. Any good ideas?
@revmischa You should do the `db` creation by yourself, including your other models.
Maybe you could try to use a signer? Just set the `SESSION_USE_SIGNER` to `True`.
I don't understand why expiry is null here :(
It seems the mongodb python client returns an offset-aware datetime even though we put a offset-naive datetime in it.
As far as I can see, the session would be one null session and won't be saved, what is your Flask version?
SqlAlchemySessionInterface is using LargeBinary type to store data now, I do not know whether this information could solve your problem.
You can not create a unique index for the text column in MySQL.