Concordium / concordium-misc-tools

A collection of small tools with a well-defined purpose
Apache License 2.0
4 stars 6 forks source link

Wallet notification server authentication investigation #157

Closed lassemand closed 3 weeks ago

lassemand commented 2 months ago

We want to add some authentication means on the wallet notification server. We have a public/private key pair belonging to the concordium account and a corresponding account id.

This task is about looking into standards as to how we should create a token according to public specifications. Even better could we create a library to do this such that we can reuse the solution across multiple services?

The expected output of this task is another concrete task which indicates which authentication standard should be used