sreeise / graph-rs-sdk

Microsoft Graph API Client And Identity Platform Client in Rust
MIT License
114 stars 30 forks source link

Device code interactive auth in async context crashing #500

Open sreeise opened 1 month ago

sreeise commented 1 month ago

This is most likely due to thread issue with using std::thread. More investigation is needed.