Jon Salmon

Results 12 comments of Jon Salmon

I've worked around this in my application by encrypting the long secret with AES encryption and using this plugin to store the crypto key. Here's my implementation for oauth2_client if...

I'm not sure why this issue has been closed prematurely, this is a substantial bug in the Modbus TCP implementation.

@cdhermann You will need to add a line to your CMakeLists.txt file as mentioned here: https://github.com/rbcprolabs/packages.flutter/pull/233#issuecomment-970246427 I opened a pull request to fix this in November but it is still...

@cdhermann I would advise running `flutter build` with the `--verbose` flag so that you can see exactly what is failing as it sounds like it could be something specific to...

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 what you would...

@SergejSachs Typo in my comment, try adding an s ``` path: flutter_web_auth_windows ```

@SergejSachs Yes, you are right you have to use localhost as windows doesn't support custom URI schemes. I would advise checking your browsers network devtools to see what addresses are...

I've done a little digging but haven't been able to reproduce what you are describing @kirill-21 Can you run the following sample on your machine with the platform set to...

This issue was found while debugging #119122, but this issue is not the cause of that user's issue.