torii-auth-oauth 0.3.1

OAuth authentication plugin for the torii authentication ecosystem
Documentation
# GitHub OAuth Example

This example demonstrates how to use the oauth plugin to authenticate a user using GitHub.

## Environment Variables

To run the example, you must set the following environment variables:

- `GITHUB_CLIENT_ID`
- `GITHUB_CLIENT_SECRET`

## Running the example

```bash
cargo run --example github
```

## Accessing the example

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`.