globusonline / globus-integration-examples

Documentation and code examples of using Globus Auth with various web sites and platforms
1 stars 3 forks source link

Add Tornado example with GlobusLoginHandler #21

Closed lukaszlacinski closed 5 years ago

lukaszlacinski commented 5 years ago

The example shows how to implement GlobusOAuth2Mixin (a class that inherits from tornado.auth.OAuth2Mixin) and use the mixin to implement GlobusOAuth2Handler in a simple app that takes all benefits of Tornado non-blocking I/O.

rpwagner commented 5 years ago

Thanks, Lukasz. Another useful example.