Se Sa

Results 85 comments of Se Sa

Im not sure If this is the same issue I have. "Program" configuration does not have any effect in launch.json or "-t" parameter on release as well. Even if I...

its only a temporary solution and the compat package will be deprecated in angular 7

This is a great library. Its just missing a log feature. I figured out a workaround for a small feature set: **Draw data log** ``` spots: List.generate( data.length, (index) {...

> I have produced a Windows implementation (https://github.com/Jon-Salmon/flutter_web_auth/tree/windows-implementation) but creating a PR is currently blocked by #98 > > If anybody wants to use this in the meantime, this is...

> @SergejSachs Typo in my comment, try adding an s > > ``` > path: flutter_web_auth_windows > ``` Its working but I'm missing how to setup, its different from the...

I changed it to this but it does not get a valid session back: ``` 'redirect_to': "http://localhost:3000/myapp", final String callbackUri = await FlutterWebAuth.authenticate( url: url.toString(), callbackUrlScheme: "http://localhost:3000/myapp"); ``` The server...

@Jon-Salmon I tried it with other ports as well. The page calls access granted but the returned URL contains only the baseurl. Im not sure if supabasees "Additional Redirect URLs"...

I open an bug for my issue: supabase-community/supabase-flutter#83

> Hey would you mind sharing the exact settings you're using? I'm having trouble tracking down the root cause of this. > > Some notes tho: JWT expiration typically shouldn't...