Enrico Triolo

Results 74 comments of Enrico Triolo

Hi @zakaria-chahboun, I added the package.json export, your issue should be fixed... I also removed the "legacy" build... It's not needed anymore since I changed the way the progress value...

I think I definitely fixed the issues with sapper now... Can you confirm it?

Hi @koo5, I think it's a duplicate of #18, which should be solved with the new release. Can you confirm your issue is solved too?

Thank you @Brandon2255p, I'm looking into it, I'll let you know asap!

Hi @shero1111, the latest [OAuth 2.0 Security Best Current Practice](https://tools.ietf.org/html/draft-ietf-oauth-security-topics-13#section-3.4) disallows Password grant type, so I don't feel its implementation should be included in the library. The OAuth2 authorization and...

Hi @chrislaurie-bs, which oauth flow are you using? If using the Authorization Code flow, did you set a redirect uri in the client configuration panel? Especially when developing on android,...

Did you modify the AndroidManifest adding the intent filter to allow handling the redirect uri?

@charm-cloud, not sure what your issue could be, but it seems to me that there's something fishy in your code, see my changes and comments below... ```dart //button ElevatedButton( child:...

Hi @AlexMainaMunyua, there's something fishy in your code... First, you are istantiating an OAuth2Helper but then you don't use it. Second, where does the tknResp variable come from? I don't...

Hi @AlexMainaMunyua, thank you for the feedback! Can you remember where you found that solution?