Shazib Hussain

Results 48 comments of Shazib Hussain

> > Happy to make a change to option 2. > > I wouldn't complain if you did that I will try to get this done soon, not had much...

WE have confirmed on discord that older version do work fine (v23.7.2 specifically) so I suspect something changed in v23.10 that is using a new browser feature not available on...

Awesome work. Couple issues i've noticed. - Selecting a payee filter seems to show it as deleted ![image](https://github.com/actualbudget/actual/assets/4405777/b4625fab-22d6-498f-8201-8e270507fd4c) - Flipping between the 'Type' when in 'Time' mode crashes the app.

> “ _Flipping between the 'Type' when in 'Time' mode crashes the app_” I have been unable to reproduce this crash on my live budget. Although I do get the...

> Yeah, so far app passwords still work, knock on wood :) > > I noticed that Auth type XOAuth2 seems to be supported by the email node. I decided...

I've tried setting it in the credentials object ``` msg.oauth2Request = { "access_token_url": "https://accounts.google.com/o/oauth2/v2/auth", "credentials": { "grant_type": "authorization_code", "client_id": "", "client_secret": "", "scope": "https://www.googleapis.com/auth/tasks", "redirectUri": "https://nodered.example.com/oauth2/redirect", "redirect_uri": "https://nodered.example.com/oauth2/redirect", }, };...

According to this its just a get request. Is this project doing a POST? https://developers.google.com/identity/protocols/oauth2/javascript-implicit-flow

> Hello @Shazib, I'd like to inform you that I've created a branch, and it's already functional. If you'd like to test it, here's the [link](https://github.com/caputomarcos/node-red-contrib-oauth2/tree/feature/oauth2-implicit-grant-support). > > I'll be...