Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 nodeJS 的 oauth2orize 库,并希望找到使用此库的授权类型密码的示例。我有一个不需要“第三方”身份验证的移动应用程序,并希望使其尽可能用户友好。基本上,他们将有一个登录表单,在其中输入他们的用户名和密码,然后他们应该进行身份验证并从交易中接收令牌。
任何帮助将不胜感激。