Introducing... Direct Authentication #302
jshcodes
started this conversation in
Show and Tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Direct Authentication
Starting in FalconPy v0.6.0, a new pattern for authenticating to classes has been introduced that abstracts the credential dictionary. Support for passing credential dictionaries has not changed, and will continue to be supported in all future versions.
Examples
As an example, if you are tired of building a credential dictionary to authenticate:
After upgrading to FalconPy v0.6.0, you can now authenticate to any Service Class using regular keywords:
Including when you are wanting to use Object Authentication to access other API collections:
This also works for the Uber Class:
If you have any questions or feedback about this new functionality, please reply here, or post a new topic. If you encounter a problem, where this functionality is not working as expected, please let us know by posting an issue.
Beta Was this translation helpful? Give feedback.
All reactions