Skip to content
This repository was archived by the owner on Oct 6, 2020. It is now read-only.

Azure AAD: OAuth 2.0 device code flow implementation

Compare
Choose a tag to compare
@MindFlavor MindFlavor released this 25 Jun 18:22
· 24 commits to master since this release
451d3f0

This release also migrates the aforementioned crate from the failure crate to the thiserror one.
For a commented, working example on how to use the device code flow authentication, please see examples/device_code_flow.rs.