1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

add oauth example

This commit is contained in:
Rob Ede 2023-07-18 19:25:54 +01:00
parent 2ece131b36
commit 60ecab2732
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

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