]> git.ipfire.org Git - thirdparty/tornado.git/commit
demos: Add a demo app for google auth
authorBen Darnell <ben@bendarnell.com>
Fri, 7 Jul 2023 23:37:45 +0000 (19:37 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 8 Jul 2023 00:38:00 +0000 (20:38 -0400)
commita57189bf9d6790a156ccdf16900a12b16174f972
treee984ff6f34f198df34fcac1326f20739a08bd738
parent5ee1f1bbc5775185f13925d790ca414e937cf6aa
demos: Add a demo app for google auth

Add some more detail to app registration docs.

This was done mainly to verify that we don't need to introduce
new parameters as requested in #2140

Closes #2140
demos/google_auth/.gitignore [new file with mode: 0644]
demos/google_auth/main.py [new file with mode: 0644]
tornado/auth.py