Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 752 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 752 Bytes

Ember-simple-auth-test

This is based off the Ember CLI default project and demonstrates an issue with retrying aborted route transitions.

If a user loads the application at /authcheck in this example and needs to log in first using Ember Simple Auth, the application won't successfully transition to the original destination on successful login.

The login will happen automatically in this example and there is some extra logging to demonstrate the issue (the logging is really the whole point of the app at this stage).

Installation

  • git clone this repository
  • npm install
  • bower install

Running