-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to obtain JWT token from nTokens staging server #37
Comments
@christian-rogobete so, it changed something. Now the server responds with: |
The body being sent seems valid: |
I think it needs to be json like: {transaction="AAA..."},one moment |
@christian-rogobete It would really be more efficient if you would try to run this code yourself. Exception: |
Adding |
@Nopik try it one more time please with the latest commit. I think it will solve the problem too. Pls. let me know |
@christian-rogobete please see my previous comment. If I leave the |
@christian-rogobete yes, that is my code now, it works for me. |
ok, I will fix the test and then release a new version, thx |
Great, thanks. |
yw see release 1.2.7 |
It works, thanks. |
Hello,
With the 1.2.6 SDK, I'm trying following code to obtain JWT from nTokens staging server:
and while equivalent code works on backend (JS SDK), I'm receiving error from
stellar_flutter_sdk/lib/src/sep/0010/webauth.dart
Line 282 in bcfa697
Can you please make sure that the Flutter SDK works with the nTokens server? I'm not sure if the problem is on the Flutter SDK side, or nTokens are too restrictive.
The text was updated successfully, but these errors were encountered: