You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this possible ? how ? this.app ? I have this initializer and I need to access to this.rs from and ensure_authenticated filter.
varconf=require('../../conf.js'),RedisSessions=require('redis-sessions');module.exports=function(){this.rs=newRedisSessions();this.rsapp="control";// App name to identify sessions}
The text was updated successfully, but these errors were encountered:
Is this possible ? how ? this.app ? I have this initializer and I need to access to this.rs from and ensure_authenticated filter.
The text was updated successfully, but these errors were encountered: