This example demonstrates how to use the oauth plugin to authenticate a user using GitHub.
To run the example, you must set the following environment variables:
- -
```bash
cargo run --example github
```
The example will start a server on `http://localhost:4000`. You can access the example by opening a browser and navigating to `http://localhost:4000`.