Achille Nana Chimi
Achille Nana Chimi
Hi, I have the following set up: app.engine('dust', engines.dust); app.set('view engine', 'dust'); app.set('views', path.join(__dirname, path.join('public', 'templates'))); Now in /public/templates/ i have many subfolders. For expl sub1, sub2 where my templates...
After a long debugging session I found following configuration options: ```js oauth = new OAuthServer({ model: dataModel, debug: true , allowExtendedTokenAttributes: true, alwaysIssueNewRefreshToken: false, requireClientAuthentication: {}, accessTokenLifetime:1800, refreshTokenLifetime: 3600}); ```...
errata fixed