### Install and configure passport plugin 1. This is so people can log in with oauth 2. type `which wiki` to see the location of your wiki executable. It will be something like `/home/wiki/.nvm/versions/node/v18.18.1/bin/wiki`. If you go to here (`bin`), you will see it points to somewhere in node_modules. probably `../lib/node_modules/wiki`. `cd` there to get into your wiki install 3. Install the plugin by typing `npm install wiki-security-passportjs` 4. Configure it using [this guide](https://github.com/fedwiki/wiki-security-passportjs/blob/ec5359de488665253f6968b581c2a493e1935d67/docs/configuration.md)