AIOHA + Flutter - HiveAuth login works but decrypt memo does not
Hello @techcoderx
I wanted to try following method with HiveAuth based login
So, I was able to resolve all issues which I faced yesterday & was able to integrate HiveAuth for Flutter based web-app. I am yet to integrate it for iOS & Android Platform.
After logging in with Hive Auth, the immediate thing that I would need is decryption of memo.
It works very well with HiveKeychain based login. However, upon trying the same method, I get following error.
In case if you want to explore my code base, I have published it over here. It's open source, you can raise a pull request in case if I am doing something wrong.
https://github.com/sag333ar/aioha-experiment
Following screenshot indicates, I've pushed all changes which are needed to continue this experiment.
Next Steps
- I request @techcoderx to look into this issue.
- I assume that, AIOHA needs to add support for decrypting memo using HiveAuth by adding a callback.
- In case if assistant needed, I can drop some hints of HiveAuth for decryption of memos.
- Once, this issue is solved, I'll switch to iOS & Android integration
❤️ Love the work I do, support @threespeak & me ❤️
Flutter & HiveAuth! 🚀 Keen to see that memo decryption sorted. Keep us updated! 😉
The version of deployed HiveAuth server at
wss://hive-auth.arcange.eu
seems to be 0.8, memo decryption is only supported in version 1.0.@arcange can you please double check that the server is up to date, or is there another URL for HiveAuth protocol 1.0?
Yes. memo decryption didn't work for me as well.
via Inbox