An open API service indexing awesome lists of open source software.

https://github.com/robjtede/actix-examples-oauth-github

Sample app demonstrating GitHub OAuth login using Actix Web.
https://github.com/robjtede/actix-examples-oauth-github

Last synced: 3 months ago
JSON representation

Sample app demonstrating GitHub OAuth login using Actix Web.

Awesome Lists containing this project

README

        

# Actix Web OAuth Example (GitHub)

Deployed using Shuttle.

View and test here:

## Local Development

If you have `cargo-shuttle` installed:

```console
$ cargo shuttle run
```

## GitHub App Setup

TODO