I observed an attempt to adopt the OAuth 2.0 protocol. This allows access to various services such as cloud storage and social media. It needs to be verified whether this approach can also be applied in WelsonJS.
The current status is as follows:
Basic authentication and Bearer authentication tokens are supported in HTTP headers. (lib/http)
Summary
I observed an attempt to adopt the OAuth 2.0 protocol. This allows access to various services such as cloud storage and social media. It needs to be verified whether this approach can also be applied in WelsonJS.
The current status is as follows:
Related issues
90