-
In order to have Socket.IO and Express share the same session data a sessionStore and cookie have to be used. This works great on browers, but PhoneGap is giving me problems.
I referenced your Socket…
-
Hi,
We're getting the below issue while connecting to Rally via XL Release. There is a proxy server in between & XL Release is allowed to connect to Rally via this proxy.
But when we test the co…
-
I get the folowing error when trying to connect through Authelia :
`Authorization Request failed with error: The state is missing or does not have enough characters and is therefore considered too w…
-
I'm using express-session:
```javascript
app.use(cookieParser());
app.use(
session({
store: new pgSession({
pool: db,
tableName: "session",
}),
secret: proce…
-
I've observed that once silent auth is disabled (`refresh_session_interval=nil`) then no validation comes for id_token.
You can use it till session's end life, which can be adjusted by `session_cooki…
-
### Summary
We are investigating approaches to add native authentication support for Streamlit, as it is one of the top most requested community features. This is a rough proposal for how it mi…
-
I have a problem, i have well over 200 cookies but many tokens connect to a bad proxy. That proxy does not spawn in a bot, and that means 1 less FB token in game.
Could anyone help me out with making…
-
Anything else change?
```
if (!key) {
throw new Error("You must pass the authentication cookie into the PlugAPI object to connect correctly");
}
this.rpcHandlers = {};
this.room = new Roo…
-
I'm trying to set up proxying on Heroku using oauth2_proxy with Github in front.
I've tried a number of things but continue to just get redirected back to the sign in page. The cookie never seems to …
-
After logout from superset, session cookies continues to be valid.
User can still login using those cookies if he has session cookie saved.
They should be invalidated after logout.
#### How to re…