Richard Vogel

Results 17 comments of Richard Vogel

any progress on that @stephengibson83 ? I am basically about to do the very same while having a working "App-only" flow.

@JohnGalt1717 I actually saw this package today. But for the first glimpse I wasn't too sure on how it should actually show a proper login page (guess thats also what...

@JohnGalt1717 thanks for this input. I guess it will help people that stumble around here. At the moment I had a solution which basically just uses `authorizeAndExchangeCode` (to the `auth0`...

@JohnGalt1717 > Password is standard here’s a login and password give me a token. You can do that now on flutter trivially without anything special. In fact the current library...

Anyone wants to check this / give feedback / merge this? @kevmoo @natebosch @srawlins ?

Thanks for looking into it @natebosch Honestly, the sole idea was to provide an easy way of handling this common use case. After all, this will be an issue for...

Ok, I see. So moving it up a level to `IOClient`, removing the `static` and documenting that feature with a concrete example (like `var client = (http.Client() as IOClient)..setBadCertificateCallback(...);`) as...

This given solution did the trick for me also. Considering that Flutter is soon forcing https-connections, it would still be nice if this would work in a more obvious way...

So, it is 2023, I recently (days ago) installed platformio for a arduino (teensy) project. Works fine using CLion (apart from me having virtually no C++ experience, yes Python guy...