Scott MacLellan
Scott MacLellan
I believe this should be fixed by #24 which was just merged!
I believe this should be fixed by: https://github.com/moschan/react-native-pull-to-refresh/pull/24
@moschan thanks for merging the fix!
Some oauth workflows require multiple requests and responses with the user. One example of this is when user consent is required. The first request would show a dialog asking for...
@DraconPern there is another callbacks for `server.authorization` you can use to respond based on the user. The full signature for `server.authorization` is: https://github.com/jaredhanson/oauth2orize/blob/f6dabcc06ea0c76deaf9ae87564d1b4e30f99e56/lib/server.js#L136 By default you only need to use...
`req.isAuthenticated()` will check whether the user has an authenticated session (i.e. logged in at some point in the past). If it returns `false` you need to redirect to a route...
If it is `undefined` then your middlewares may not be in the correct order. Register `passport` first and then your route.
We have been using it in on Windows 2012 R2 (IIS 8.5) since August in various capacities. Seemed just fine for basic usage of `iis_app`, `iis_vdir`, `iis_site` and `iis_apppool`. I...