RajeshTechForge / PINAC_Workspace

Automate Google Apps with AI | Using LangChain | Refreshing Interface
https://rajeshtechforge.github.io/PINAC_Workspace/
GNU General Public License v3.0
3 stars 8 forks source link

Need to add Google Sign-In #2

Closed RajeshTechForge closed 4 months ago

RajeshTechForge commented 6 months ago

We need to add Google Sign-In in this app with permission of the following scopes through a Google verified app :

  1. 'openid',
  2. 'https://www.googleapis.com/auth/contacts',
  3. 'https://www.googleapis.com/auth/gmail.modify',
  4. 'https://www.googleapis.com/auth/calendar',
  5. 'https://www.googleapis.com/auth/tasks',
  6. 'https://www.googleapis.com/auth/drive'

Still, now, this application relies on secret token files within this scope. However, creating secret tokens poses challenges for users without technical expertise. The prompt implementation of this feature is crucial for the project’s advancement.

Knock me if you need any help from my side