fusionauth-python-client icon indicating copy to clipboard operation
fusionauth-python-client copied to clipboard

Async Support

Open bazylhorsey opened this issue 1 year ago • 1 comments

A lot of the examples and clients are based on rather old Python stylings. Would be nice to have a python client that can work asynchronously. Addtionally, documentation would be better moved into FastAPI for the following reasons:

  • Depends, Requests, Response, cookies, etc. look much more clean and less ambiguous than in Flask.
  • Doesn't require the boilerplate of django
  • Newer features such as async support which is pretty important in a language like python where synchronous code can block threads in a high-level (aka SLOW) language.

bazylhorsey avatar Oct 20 '22 12:10 bazylhorsey