-
Notifications
You must be signed in to change notification settings - Fork 199
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
The JWT token authentication is good, but it leaves a decent amount of reusable code outside of the library.
My proposal is to add the full authenticaion support - OAuth2Authentication. The functionality would be similar to the JDBC driver to make the python API orthogonal wrt JDBC api.
- Add a new Auth class, we can merge it with JWT auth which ever makes sense
- Perform the OAuth2 based authentication and setup the http_seesion with token
- I have added a new private authentcate method to the base class, not sure if it could be merged with the set_http_session or any other existing method.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers