Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Ember Simple Auth 1.0
Search
Marco Otte-Witte
September 15, 2015
Technology
0
230
Ember Simple Auth 1.0
Ember Simple Auth 1.0 will sonn be releases - this talk shows the new API and changed concepts
Marco Otte-Witte
September 15, 2015
Tweet
Share
More Decks by Marco Otte-Witte
See All by Marco Otte-Witte
Securing Technology Investments
marcoow
0
140
Handling images on the web
marcoow
0
400
SSR, SPAs and PWAs
marcoow
0
350
Fast, Fast, Fast
marcoow
2
470
Feel the Glimmer - ParisJS
marcoow
1
500
Feel the Glimmer - MunichJS 11/17
marcoow
0
130
The JSON:API spec
marcoow
3
1.8k
Leveraging the complete Ember Toolbelt
marcoow
0
350
Feel the Glimmer
marcoow
1
230
Other Decks in Technology
See All in Technology
アジャイル開発とスクラム
araihara
0
170
Swiftの “private” を テストする / Testing Swift "private"
yutailang0119
0
130
偶然 × 行動で人生の可能性を広げよう / Serendipity × Action: Discover Your Possibilities
ar_tama
1
1.1k
滅・サービスクラス🔥 / Destruction Service Class
sinsoku
6
1.6k
現場で役立つAPIデザイン
nagix
33
12k
エンジニアが加速させるプロダクトディスカバリー 〜最速で価値ある機能を見つける方法〜 / product discovery accelerated by engineers
rince
4
380
Tech Blogを書きやすい環境づくり
lycorptech_jp
PRO
1
240
30分でわかる『アジャイルデータモデリング』
hanon52_
9
2.7k
Developer Summit 2025 [14-D-1] Yuki Hattori
yuhattor
19
6.2k
飲食店予約台帳を支えるインタラクティブ UI 設計と実装
siropaca
7
1.8k
7日間でハッキングをはじめる本をはじめてみませんか?_ITエンジニア本大賞2025
nomizone
2
1.9k
自動テストの世界に、この5年間で起きたこと
autifyhq
10
8.6k
Featured
See All Featured
The Pragmatic Product Professional
lauravandoore
32
6.4k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.2k
Building Your Own Lightsaber
phodgson
104
6.2k
Why Our Code Smells
bkeepers
PRO
336
57k
Embracing the Ebb and Flow
colly
84
4.6k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Faster Mobile Websites
deanohume
306
31k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
100
18k
Optimizing for Happiness
mojombo
376
70k
Practical Orchestrator
shlominoach
186
10k
The Cult of Friendly URLs
andyhume
78
6.2k
Transcript
Ember Simple Auth 1.0
Marco Otte-Witte http://simplabs.com
we do
(and yes, of course we're searching for great devs)
Ember Simple Auth 1.0
Ember 2.0 compatibility
it's finally here
it's finally here (…almost)
not released yet, but public API is stable in the
jj-abrams branch https://github.com/simplabs/ember-simple-auth/tree/jj-abrams
Documentation isn't ready yet
go ahead and use it from the jj-abrams branch; see
the dummy app for reference https://github.com/simplabs/ember-simple-auth/tree/jj-abrams/tests/dummy
Ember Simple Auth recap
4 main Building Blocks
the Session …main interface to authentication state and authentication data
the Session Store …persists the session and synchronizes state between
tabs and windows
Authenticators …authenticate and invalidate the session; implement concrete mechanisms like
OAuth 2.0, Facebook (torii) etc.
Authorizers …use the session data to authorize outgoing requests, e.g.
by injecting an Authorization header
What changes in 1.0?
compatibility with Ember 2.0
only one Ember CLI Addon that includes everything //package.json "ember-simple-auth":
"1.0.0"
the session is now a service session: Ember.inject.service()
no more auto-authorization
Cleanup of public API
Demo
None
Contribute
use Ember Simple Auth 1.0 from the jj-abrams branch and
report bugs
help finish the docs
write blog posts, help people on stackoverflow
Q&A
Thanks