-
### What version of Bun is running?
1.1.29+6d43b3662
### What platform is your computer?
Darwin 24.0.0 arm64 arm
### What steps can reproduce the bug?
here is my express settings
```typescript
…
-
How can we implement cookie-less session in express js? Express-session provides a way to maintain session using cookies but what if we try to use express-session without cookies? Is there any way to …
-
Vulnerable Library - express-3.1.2.tgz
Sinatra inspired web development framework
Library home page: https://registry.npmjs.org/express/-/express-3.1.2.tgz
Path to dependency file: /package.json
Pat…
-
# [express middleware](http://www.expressjs.com.cn/resources/middleware.html)
## [express](https://github.com/expressjs/express)
```javascript
const express = require('express');
const app = e…
-
I've spent 4 hours scrolling through all SO posts about req.isAuthenticated() giving false always and then realizing that my `session.passport` lacks `user` itself and then figuring out that it appear…
-
We have been using passport for some time within our application and have had no issues but once upgraded from 0.5.2 to 0.6.0 we are suddenly seeing an error when submitting authentication.
```js
…
-
Dear Team,
I want to express my gratitude for your ongoing dedication and hard work. Over the past two months, I have been utilizing Scalar by @elysiajs/swagger and have found its features to be qu…
-
Came across this in my testing earlier but if you protect a route with `stormpath.authenticationRequired`, the authentication check will not occur if the express application didn't bring in the `cooki…
-
I have the followin test routes, the first sets a cookie, the second retrieves it.
```
server.get('/t2/:z', (req, res) => {
req.session = {v: req.params.z}
res.send(req…
max-l updated
2 years ago
-
Hi, thank you for awesome plugin. Is there a way to make sublime_alignment process such assignments
```
express = exports.express = require("express");
session = exports.session = require("…