ScoremanOrg / scoreman

Stream overlay software for Super Smash Brothers
MIT License
2 stars 2 forks source link

Authentication system broke standalone version #89

Closed N0NamedGuy closed 3 years ago

N0NamedGuy commented 3 years ago

Passport usage broke the ability to run the standalone version. This is due to the fact that there is no way to force skip the passport authentication.

The insert of the passport middleware in the authenticated routes should be optional.

Maybe creating our own passport middleware that takes into account a command switch/launch argument to skip the auth.