WhiteflagProtocol / whiteflag-api

Reference implementation of the Whiteflag protocol in Node.js that acts as an API to connect applications with the underlying blockchains
https://api.whiteflagprotocol.org
Other
4 stars 5 forks source link

Implement authentication method 2 #3

Closed ts5746 closed 4 years ago

ts5746 commented 5 years ago

Authentication method 2 is defined in the Whiteflag protocol specification but currently not implemented in the API.

ts5746 commented 5 years ago

Completed the management of pre-shared authentication tokens through the REST interface in the dev/protocol branch. Implemented POST on the /originators/tokens resource, and GET, DELETE on /originators/tokens/{authTokenId} resources to create, retrieve, and delete authentication tokens for different originators.

ts5746 commented 4 years ago

Next step is to expand the protocol management logic to process A2 messages.

ts5746 commented 4 years ago

Implemented with version 1.0.0-alpha.3 (#10).