ember-auth-engine:Ember 应用程序的简单身份验证插件

时间:2021-07-02 11:36:06
【文件属性】:
文件名称:ember-auth-engine:Ember 应用程序的简单身份验证插件
文件大小:29KB
文件格式:ZIP
更新时间:2021-07-02 11:36:06
JavaScript ember-auth-engine Ember 应用程序的简单身份验证插件。 安装 # From within your ember-cli project ember install:addon ember-auth-engine 用法 您需要做两件事才能在您的应用程序中使用 ember-auth-engine。 首先,您需要在应用程序的config/environment.js文件中设置一些配置选项: ENV [ 'ember-auth-engine' ] = { host : 'https://api.example.com' , authenticatedRoot : 'items' } ; 至少,您需要设置host和authenticatedRoot 。 但是,大多数应用程序可能需要指定一些其他内容。 请参阅了解所有可用的配置选项。 第二个必需的步骤是在应用程
【文件预览】:
ember-auth-engine-master
----bower.json(548B)
----.ember-cli(280B)
----.travis.yml(168B)
----config()
--------environment.js(488B)
----README.md(1KB)
----addon()
--------utils()
--------users()
--------mixins()
--------.gitkeep(0B)
--------index.js(54B)
----.bowerrc(60B)
----testem.json(159B)
----.editorconfig(507B)
----tests()
--------.jshintrc(1KB)
--------index.html(1KB)
--------test-helper.js(449B)
--------helpers()
--------dummy()
--------unit()
----.gitignore(247B)
----Brocfile.js(714B)
----app()
--------initializers()
--------users()
--------.gitkeep(0B)
--------templates()
--------routes()
----index.js(65B)
----package.json(943B)
----vendor()
--------.gitkeep(0B)

网友评论