ember-simple-auth-oauth2

时间:2024-06-10 13:48:57
【文件属性】:

文件名称:ember-simple-auth-oauth2

文件大小:16KB

文件格式:ZIP

更新时间:2024-06-10 13:48:57

JavaScript

灰烬简单身份验证OAuth 2.0 这是Ember Simple Auth库的扩展,该库提供了与OAuth 2.0兼容的身份验证器和授权者。 在Ember.js应用程序和OAuth 2.0服务器之间交换用户的凭据以及令牌时,您必须确保该连接使用HTTPS! 认证者 身份验证器(请参阅的)符合 ,特别是“资源所有者密码凭证授予类型” 。 此授予类型基本上指定客户端将一组凭据发送到服务器: POST /token HTTP/1.1 Host: server.example.com Content-Type: application/x-www-form-urlencoded grant_type=password&username=johndoe&password=A3ddj3w 并且如果这些凭证在交换中有效,则会收到access_token : HTTP/1.1 200 OK C


【文件预览】:
ember-simple-auth-oauth2-master
----package.json(285B)
----tests()
--------simple-auth-oauth2()
----wrap()
--------amd.start(216B)
--------register-library(74B)
--------browser.start(20B)
--------browser.end(1KB)
--------amd.end(10B)
----lib()
--------simple-auth-oauth2()
----README.md(5KB)

网友评论