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 OAuth 2.0 #5

Open ts5746 opened 5 years ago

ts5746 commented 5 years ago

For more secure usage and scalability of the Whiteflag API, provide OAuth 2.0 as authentication mechanism, instead of only basic http auth. The Whiteflag API does not need to be an authentication server itself; it is may only act as the the resource owner / service provider.

ts5746 commented 5 years ago

This issue triggers the discussion whether we should push the API beyond being "just" an MVP implementation for protocol evaluation which was not intended for production environments.