mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
8 lines
373 B
Markdown
8 lines
373 B
Markdown
|
# OAuth (GitHub)
|
||
|
|
||
|
See <https://github.com/robjtede/actix-examples-oauth-github>.
|
||
|
|
||
|
It is a sample app demonstrating GitHub OAuth login using Actix Web. It needs to live in it's own Git repo because Shuttle (the deployment service used) tries to deploy the whole examples repo if it were here.
|
||
|
|
||
|
Live deployment test here: <https://actix-examples-oauth-github.shuttleapp.rs>.
|