Create An Application Using Ember.js With Authentication

preview_player
Показать описание

Ember has a built Node server that I used in this example to make things easier. You certainly can roll your own though.

Check out my website

Code in Github
Рекомендации по теме
Комментарии
Автор

You rock Erik. More on Ember, please. You are the best ember-screencaster on web. Jeffrey is also very good.

indiaengineering
Автор

Hey Erik! I have a doubt... we can use the server included in ember cli to create endpoint api to connect with mongodb? is recommended just for development or we can use it in a production environment? Great video by the way thanks

trolleezy
Автор

What kind of "if" statement would you use to change the login button to logout upon the session being authenticated

bw
Автор

what plugin are you using for vim to simulate an ide? that's pretty cool

travistorres
Автор

Where is the session information stored and how to you access it in the controller and the template?

TheCodeVertigo
Автор

Thanks a lot for these videos, what if i don't use mirage and instead i create my own server in node.js(as of you) and database as couchdb using it's adapter? will it work in same way or it's necessary to use mirage? also what is need of mirage why to use it?

VS-cyoy
Автор

If we use Ember-cli-mirage is it the same configuration we will be working on?

jagatjyotituladhar
Автор

You can show us how to create a dropdown in version 1.8 of ember.js ?

abbassimehdi
Автор

Hi, you use which version of ember.js ?

abbassimehdi
Автор

Awesome video Erik, though I use ember-simple-auth with a custom authenticator. I find using an addons like ember-simple-auth save me a lot of time and they are usually well tested and have already resolved many edge cases that a sole developer may not think about.

mathewvlandys
Автор

Why are you using a controller? Aren't those depreciated at this point?

RobertDylina
Автор

I left a private message in your facebook group, can you answer me ?

abbassimehdi