Ember in Action #11. User authentication with JWT

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Great job, there are no many ember better tutorials in youtube, and this one was awesome

sreenathp
Автор

Great tutorial. Very clear and concise. Saved me a lot of hours. Thanks for doing this.

shoshiv
Автор

Спасибо, очень полезный tutorial, было бы круто глянуть продолжение. Особенно эпизод про подключение к реальному api, например на рельсах.

mykhailokibalnyi
Автор

Thank you so much.This is a great resource.Very simple and nicely explained.

PeterParker-sybp
Автор

thanks Rem Zolotyky for amazing tutorial, but this packge not support any more in Ember

abosami
Автор

When I use ember-simple-auth-token:JWT authenticator, having a hard time with CORS. My Server is deployed in different domain.
Tried adding crossOriginWhiteList to the configuration, but didn't help.

ENV['ember-simple-auth'] = {
crossOriginWhitelist:['*'],
authorizer:
};

Would you know how to use ember-simple-auth-token:JWT authenticator in such scenarios.

padmapriyas
Автор

I'm trying to do it, with the version 2.2.0 of ember an it show a error :

'Uncaught TypeError: container.lookup is not a function',

after all, i want to say thank you to share this excellent tutorial, and i will follow your videos especially those concern with ember and express ('api related') . Thanks

GaribaldyCramer