Authentication framework for ember.js.
ember-authis an authentication framework for ember.js.
Important!
ember-authis no replacement for secure server-side API code. Read the security page for more information.
9.xyet.
ember-authuses Semantic Versioning strictly. Even the most minor BC-breaking change will trigger a major version bump. That means you can safely use the pessimistic version constraint operator (
~> 1.2) for rubygems, or
>= 1.2 && < 2.0for other dependency managers.
You are welcome! As usual:
You can be lazy and just open a PR. Travis will run the tests.
ember-authtests are written in jasmine.
bundle installto install dependencies.
jasmine-headless-webkitor
(bundle exec) rake jasmine:headlessto run tests, or
guardfor continuous integration testing.
ember-authhas been setup with guard, which will continuously monitor lib and spec files for changes and re-run the tests automatically.
rake dist. Or
bundle exec rake distif you are not using RVM, or are not otherwise scoping the bundle.
MIT