余烬实践

时间:2024-02-25 14:54:53
【文件属性】:

文件名称:余烬实践

文件大小:171KB

文件格式:ZIP

更新时间:2024-02-25 14:54:53

ember ember-addon oidc Ember

灰烬实用OIDC 安装 像大多数ember插件一样,只需运行ember install ember-practical-oidc ,就可以安装为止。 组态 强制配置 environment.js 这是您必须使用应用程序的config/environment.js文件提供插件的必填信息。 没有这四个属性,就不可能构造有效的身份验证有效负载。 ENV . OIDC = { applicationName : '' , applicationURL : '' , authenticationURL : '<YOUR AUTHE


【文件预览】:
ember-practical-oidc-master
----ember-cli-build.js(551B)
----testem.js(581B)
----.eslintrc.js(1KB)
----.npmignore(359B)
----jsconfig.json(141B)
----.ember-cli(280B)
----.travis.yml(2KB)
----config()
--------environment.js(90B)
--------ember-try.js(2KB)
----LICENSE.md(1KB)
----README.md(3KB)
----addon()
--------services()
--------mixins()
--------.gitkeep(0B)
--------routes()
----.template-lintrc.js(62B)
----.editorconfig(368B)
----tests()
--------integration()
--------index.html(1KB)
--------test-helper.js(228B)
--------.eslintrc.js(55B)
--------helpers()
--------dummy()
--------unit()
----.gitignore(362B)
----app()
--------initializers()
--------services()
--------.gitkeep(0B)
--------routes()
----index.js(125B)
----.watchmanconfig(37B)
----.eslintignore(221B)
----package-lock.json(581KB)
----package.json(2KB)
----vendor()
--------.gitkeep(0B)

网友评论