Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Passport.js equivalent for Python?

Is there a library that allows me to quickly add login options to my Python (Google AppEngine) app, similar to Passport.js?

like image 477
Andres Riofrio Avatar asked Jun 27 '12 03:06

Andres Riofrio


1 Answers

Try: EngineAuth https://github.com/scotch/engineauth

Or SimpleAuth https://github.com/crhym3/simpleauth

Or AppEngine oAuthLibrary https://github.com/mikeknapp/AppEngine-OAuth-Library

like image 153
unify Avatar answered Sep 28 '22 02:09

unify