forked from Lainports/freebsd-ports
OAuth without assuming a specific HTTP request object. Use it to graft OAuth support onto your favorite HTTP library. WWW: https://github.com/idangazit/oauthlib PR: ports/168460 Submitted by: koobs <koobs.freebsd@gmail.com> Approved by: eadler (mentor)
5 lines
228 B
Text
5 lines
228 B
Text
OAuthLib is a generic Python module which implements the logic of OAuth without
|
|
assuming a specific HTTP request object. Use it to graft OAuth support onto
|
|
your favorite HTTP library.
|
|
|
|
WWW: https://github.com/idangazit/oauthlib
|