gnh1201 / welsonjs

WelsonJS - Build a Windows app on the Windows built-in JavaScript engine

Home Page:https://catswords.social/@catswords_oss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Uncategorized] OAuth 2.0 implementation

gnh1201 opened this issue · comments

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:

  • Basic authentication and Bearer authentication tokens are supported in HTTP headers. (lib/http)

Related issues