Is there any info on how to connect to the Microsoft Graph API with Tauri?
There's documentation for Electron here: https://learn.microsoft.com/en-us/azure/active-directory/develop/tutorial-v2-nodejs-desktop but I'm unsure if that's sufficient.
I also found this crate: https://crates.io/crates/graph-oauth but haven't tried it yet.
Any help would be greatly appreciated! I just need a pointer on how to get started.