One-Click-Auth / TrustAuthx-Py-SDK

It is the official Python SDK for TrustAuthx.
https://pypi.org/project/trustauthx/
MIT License
4 stars 7 forks source link

Work_branch #53

Closed moonlightnexus closed 7 months ago

moonlightnexus commented 7 months ago

In authlite.py, update the in-memory role initialization to use the 'rol_id' key instead of iterating over the role object. In AuthLiteClient class, update the GetAllRolesResponse to return the roles_json_list instead of the roles_list. Add a print statement in the _re_init_roles method to print the roles_json_list (for debugging purposes).