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

FusionAuth Python Client

Results 8 fusionauth-python-client issues
Sort by recently updated
recently updated
newest added

It looks like [search_users_by_ids](https://github.com/FusionAuth/fusionauth-python-client/blob/master/src/main/python/fusionauth/fusionauth_client.py#L3883) does not work / never worked? Reading to your API specs, it requires a parameter for each id. [https://fusionauth.io/docs/apis/users#search-for-users](https://fusionauth.io/docs/apis/users#search-for-users) What it does however is somehow expecting...

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...

Hi, I am using the python client to logout a user using this function `logout()`. After calling this function, the `access_token` remains invalid. I have tried this `anonymous_client.logout_with_request()` function but...

enhancement

Hi ! Trying to use the `uri` method, it seems to have some odd behavior when the url ends with a backslash. The method [(link to code)](https://github.com/FusionAuth/fusionauth-python-client/blob/master/src/main/python/fusionauth/rest_client.py#L121): ``` python def...

bug

Hi, I am using the python client to logout a user. Unfortunately, I am getting the following response from the server. ```json { "fieldErrors":{ "global":[ { "code":"[couldNotConvert]global", "message":"Invalid" } ]...

Can types be added? There are a lot of data structures coming back from the fusionauth API. It would be really helpful if they were defined here.

The documentation and/or test case coverage for this package is woefully lacking. For example: I just took several hours of debugging, including stepping into this package code, to discover the...