Home
> Development > OAuth 2.0 Implementation in Python
OAuth 2.0 Implementation in Python
The SMART team has just released a new OAuth 2.0 implementation in Python. You can find the source code here and the documentation for the library is available here. The library in Python has been developed entirely by Jacek Szpot (with a little help from the SMART team). Jacek joined SMART around 4 weeks ago and we are very excited about this first release.
The OAuth 2.0 Python library has been released under the Apache 2.0 license and we plan to continue further development. As always, we very much appreciate feedback and we’re open to suggestions on how to make the library better!
Categories: Development
Hi,
I am looking for an OAuth2 implementation in Python and find this blog. I has read the source code and see that this is just an OAuth2 client implementation, not includes an server implementation, right?
Do you have any plan to implement it for server-side, which means an OAuth2 provider?
-Nam