-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
IG OAuth2 by Illuminated G - Toolkit for LabVIEW Download
Native LabVIEW OAuth2 authentication flow
Version | 1.0.0.1 |
Released | Oct 16, 2023 |
Publisher | Illuminated G |
License | MIT |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Dependencies | illuminatedg_lib_ig_http_utils |
Used By | illuminatedg_lib_ig_gmail_api |
Project links | Homepage Discussion |
Description
Provides native LabVIEW OAuth2 implementation, currently only for the Authorization Code Flow with full application client credentials. This is useful to authenticate for services such as GMail, Microsoft Identity, etc. to act on behalf of the user with the user's permission and without the application directly collecting the user's credentials. Runs a built-in server to automatically handle the redirect response. It does not use any .Net or Windows specific APIs so it works on other desktop targets as well.
Included in this package is a Google pre-defined provider and others can easily be added if requested, head to the source repo and open an issue or ping me somewhere online. They're also trivial so feel free to just make your own to use yourself.