steam auth working with web ticket api
This commit is contained in:
@@ -95,7 +95,10 @@ module.exports = function(authOptions = {}, enableAnonymousUsers = true) {
|
||||
}
|
||||
// To handle the test cases on configuration
|
||||
const getValidatorForProvider = function(provider) {
|
||||
|
||||
|
||||
console.log("getValidatorForProvider: " + provider);
|
||||
|
||||
|
||||
if (provider === 'anonymous' && !_enableAnonymousUsers) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user