-
**Describe the bug**
`socket.request.session` is always a new session even after declaring `req.session.user` with a value.
**To Reproduce**
Setup Socket.io with `express-session` middleware.
…
-
Hey OnlyOffice-Team,
first of all, thanks for your great work. I really apreciate it.
Due to a bug in Nextcloud 29.0x, I unfortunately had to update to Nextcloud 30.0 early. Since then, the OnlyO…
-
**Describe the bug**
Specifying this setting has no effect, precisely because it is one of the various `config_from_params` settings that take precedence over the passed in configuration dictionary…
-
Hello friends of the community, how are you?
First of all, I always like to make it clear that I simply love the Express project. I have been using it in my projects for over 8 years. Therefore, th…
-
### Is this urgent?
No
### What parts are affected
Frontend
### What is the server version
latest
### What is the client version
latest
### What platform are you using
Linux
### What's the p…
-
### Description
I just followed docs [here](https://coolify.io/docs/traefik/dashboard#secure-mode-with-dynamic-configuration) and it ask me for the basic auth credentials but when I enter those it th…
-
**Describe the bug**
After I connect to oAuth2 proxy, when I get to Cloudbeaver after having been disconnected due to being idle, I'm welcomed by an error and I can't get to the main screen.
When …
-
After reading the Snyk [Build a Backdoor](https://snyk.io/blog/what-is-a-backdoor/) article I started thinking about what the security policies and measures are in the project.
I'm curious to learn…
-
Hi
I don't know much about websockets
I have a question
I have created a websocket client and I get some data all the time.
How can I pass this data to the client web page?
I have seen the …
-
这次阅读的redux的版本是`4.x`的[版本](https://github.com/reduxjs/redux/tree/4.x),为啥不是最新的呢?因为最新的redux使用typescript来重写了,变化不是特别大,而typescript会有很多的函数类型定义;另一方面,对js的熟练度肯定比ts要好,理解起来也会相对容易一点,还有这次阅读源码的目的是为了了解整个redux的工作流程。red…