EmberAuthTutorial icon indicating copy to clipboard operation
EmberAuthTutorial copied to clipboard

A quick Ember.js authorization tutorial (OLD NEEDS UPDATE)

Results 4 EmberAuthTutorial issues
Sort by recently updated
recently updated
newest added

I had to use: ``` {{session.content.secure.userName}} ```

``` "these required response params: " + responseParams.join(', ') ``` That should be missingResponseParams.join(',') This typo comes straight from the torii module. I'll report it there.

Hi, I really enjoyed your tutorial, however I'm having an issue with Session.content. Perhaps I've missed a step. When I refresh the page, I'm still logged in, but the all...

bug
enhancement
help wanted
question

When things settle down with Ember Simple Auth, Torii, and Ember-cli it would be good to update the tutorial for anything that has changed in the versions since this tutorial...