EnsembleUI / ensemble

Build native apps 20x faster than Flutter, RN or any other tech
https://ensembleui.com/
BSD 3-Clause "New" or "Revised" License
112 stars 15 forks source link

Add Yahoo OAuth #611

Open vusters opened 1 year ago

vusters commented 1 year ago

Google/Microsoft OAuth are added. Please add the ability to connect to Yahoo Mail. The callback should be https. There are a few components:

  1. Ensemble - Add Yahoo as a OAuth service
  2. Studio Service - add exchanging Yahoo's token for access/refresh tokens. Please see how Google was added and follow that.
vinothvino42 commented 1 year ago

Yahoo OAuth service is added, you can read the user's email by decoding the id_token with get_token API endpoint

Here's the guide to create an app with Mail (read, write permission) in Yahoo Console. - https://developer.yahoo.com/oauth2/guide/openid_connect/getting_started.html

Please read this link - https://senders.yahooinc.com/developer/developer-access/, By filling the form (https://senders.yahooinc.com/developer/developer-access-mail-form), We can get access to the Mail and a few other services