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.
- Host: GitHub
- URL: https://github.com/robjtede/actix-examples-oauth-github
- Owner: robjtede
- Created: 2023-07-18T17:29:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T01:18:05.000Z (3 months ago)
- Last Synced: 2025-03-15T13:37:51.876Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 557 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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