1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

add oauth example

This commit is contained in:
Rob Ede
2023-07-18 19:25:54 +01:00
parent 2ece131b36
commit 60ecab2732

View File

@ -0,0 +1,7 @@
# 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>.