Skip to content

Example Ember App Kit + Ember Simple Auth API client together with a standalone companion API server.

License

Notifications You must be signed in to change notification settings

digitalplaywright/eak-simple-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 16, 2014
fa59668 · Apr 16, 2014
Mar 22, 2014
Apr 16, 2014
Apr 7, 2014
Apr 6, 2014
Mar 27, 2014
Apr 10, 2014
Mar 22, 2014
Jul 14, 2013
Mar 22, 2014
Jan 22, 2014
Sep 22, 2013
Jan 30, 2014
Apr 2, 2014
Oct 31, 2013
Apr 6, 2014
Apr 2, 2014
Apr 16, 2014
Jan 20, 2014

Repository files navigation

EAK Simple Auth

An example of using Ember-Simple-Auth with the Ember App Kit.

This example will NOT work without a companion API server.

You can use our Rails/Devise/Doorkeeper companion server, or any other oauth API server of your choice.

Getting Started

Follow the Ember App Kit Getting Started Guide to setup and run this api client.

Why a standalone API server?

A standalone API Server enables clear separation between the API and the Ember client. This makes:

  • having multiple different clients trivial. For instance, keep supporting an old version for old browsers while taking advantage of new browser features in new versions.
  • separate repositories and commit history for the clients and server, enabling workflow advantages
  • serve the client as a static asset from cheap and extremely scalable CDNs. Not only should this be faster, but it should also be cheaper because you are no longer paying to launch extra servers to serve static assets.

However, it is not all peaches:

  • The client must allow cross-origin resource sharing with a server on a different domain
  • The server must allow API access from different origins

Screenshots

Login Sign Up Signed In

License

Copyright 2014 by Michael Madrid under the MIT License (i.e. do with it what u wish)

About

Example Ember App Kit + Ember Simple Auth API client together with a standalone companion API server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published