Skip to content

Commit

Permalink
OAuth testing
Browse files Browse the repository at this point in the history
  • Loading branch information
na-stewart committed Jan 8, 2025
1 parent f62efbf commit 2ecfd1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sanic_security/test/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@
app = Sanic("sanic-security-test")
password_hasher = PasswordHasher()
discord_oauth = DiscordOAuth2(
"132559450904383089",
"WNMYbkDJjGlC0ej60qM-50tC9mMy0EX",
"1325594509043830895",
"WNMYbkDJjGlC0ej60qM-50tC9mMy0EXa",
)
google_oauth = GoogleOAuth2(
"4805129938-e2e9tqtl2b8or62hc4l7hpoh478s3ni1.apps.googleusercontent.com",
"GOCSPX-yr9DFtEAtXC7K4NeZ9xm0rHdCSc",
"480512993828-e2e9tqtl2b8or62hc4l7hpoh478s3ni1.apps.googleusercontent.com",
"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",
)


Expand Down

0 comments on commit 2ecfd1a

Please sign in to comment.