You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement a Microsoft Office oAuth2 provider using the template for Gmail Ouath2. Has anyone done this and could share an example in this repo.
The text was updated successfully, but these errors were encountered:
rustworthy
added a commit
to rustworthy/rust-imap
that referenced
this issue
May 4, 2024
Please see the associated PR #288 with an end-to-end example.
But generally speaking - no matter which authority and provider you are relying upon - as long as you've procured an access token, you just need to implement imap::Authenticator for a struct that holds your access token and - most likely - email address. And if you compare the implementations in gmail_oauth2 and outlook_oauth2 you will see that they are pretty much identical - the benefit of having a protocol 😃
I am trying to implement a Microsoft Office oAuth2 provider using the template for Gmail Ouath2. Has anyone done this and could share an example in this repo.
The text was updated successfully, but these errors were encountered: