dialupnoises / steam-login

Simple Connect / Express Steam authentication library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

During Steam Maintenance Errors

Nicell opened this issue · comments

When steam goes into maintenance (tuesday nights), and someone tries to log in, the authentication fails obviously, but then errors the process out. Is there anyway to instead of error-ing out to ignore it and just not authenticate the person logging in? I'd like to keep my site live during these periods even if new users can't log in. Sorry if this is a dumb question, I just honestly don't know and would like to learn.

Error is:
Authentication failed: [object Object]

With a preceding log of:
{ message: 'No providers found for the given identifier' }

Ignore me I'm an idiot.