EmberAuthTutorial
EmberAuthTutorial copied to clipboard
A quick Ember.js authorization tutorial (OLD NEEDS UPDATE)
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...
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...