'How to safely remove Auth from a nodejs web-app

I cloned this repo and have it on my local;

https://github.com/vinitkumar/node-twitter

Right now it uses Github auth, which I’m still debugging. I’d like to remove Github auth completely so I can look at it on my local.

Once I make a new git branch, what’s the safest way to remove authentication?

I'm not sure of the proper procedure for removing npm packages, or what pitfalls I should look out for.

The web-app needs to act like users are already authenticated.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source