File: README.md

package info (click to toggle)
python-cyclone 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,388 kB
  • ctags: 1,372
  • sloc: python: 8,823; sh: 183; makefile: 13; sql: 12
file content (16 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
### GitHub auth demo

Implements an oauth2 mixin for github.
Inspiration from fbgraphdemo and
http://casbon.me/connecting-to-githubs-oauth2-api-with-tornado.

To test the demo app that lists the description of all your gists:

[Register new app](github_auth/register_new_app.png)

Change github_client_id and github_secret with the respective values after
you register the new app.

$ python github_auth_example.py

[Authorize your login](github_auth/auth_screen.png)