OTA over http request with Bearer token #3359
Unanswered
Hadatko
asked this question in
Core functionality
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your core improvement
Hello
I would like to make my whole process simpler. Of course the example bellow is tight to my usecase, but i think there can be generic code and some protocol specification so it could be usefull for others.
I can imagine something like:
Current limitations
I need to get and use token by myself. It would be nice to have ability to set path where in manifest file is specified url and md5 for update
Technical benefits
There are two big: For flashing i would be able to reuse token, so i don't need to use login name and password (i hade to do server exception for this one api to accept login name and password instead of token)
Much smaller code and less potentional mistakes
Additional context
Beta Was this translation helpful? Give feedback.
All reactions