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
170
Handling images on the web
marcoow
0
400
SSR, SPAs and PWAs
marcoow
0
350
Fast, Fast, Fast
marcoow
2
490
Feel the Glimmer - ParisJS
marcoow
1
510
Feel the Glimmer - MunichJS 11/17
marcoow
0
130
The JSON:API spec
marcoow
3
1.8k
Leveraging the complete Ember Toolbelt
marcoow
0
360
Feel the Glimmer
marcoow
1
230
Other Decks in Technology
See All in Technology
Winning at PHP in Production in 2025
beberlei
1
270
2025-04-14 Data & Analytics 井戸端会議 Multi tenant log platform with Iceberg
kamijin_fanta
0
180
AIエージェント開発手法と業務導入のプラクティス
ykosaka
9
2.7k
「経験の点」の位置を意識したキャリア形成 / Career development with an awareness of the “point of experience” position
pauli
4
130
テストって楽しい!開発を加速させるテストの魅力 / Testing is Fun! The Fascinating of Testing to Accelerate Development
aiandrox
0
160
Dataverseの検索列について
miyakemito
1
170
Compose におけるパスワード自動入力とパスワード保存
tonionagauzzi
0
190
持続可能なドキュメント運用のリアル: 1年間の成果とこれから
akitok_
1
270
Dynamic Reteaming And Self Organization
miholovesq
3
740
ドキュメント管理の理想と現実
kazuhe
3
310
コードや知識を組み込む / Incorporating Codes and Knowledge
ks91
PRO
0
160
AIにおけるソフトウェアテスト_ver1.00
fumisuke
1
330
Featured
See All Featured
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
A Tale of Four Properties
chriscoyier
159
23k
Designing Experiences People Love
moore
142
24k
Building an army of robots
kneath
305
45k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
690
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.7k
How to train your dragon (web standard)
notwaldorf
91
6k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
Build The Right Thing And Hit Your Dates
maggiecrowley
35
2.7k
Rebuilding a faster, lazier Slack
samanthasiow
81
9k
Become a Pro
speakerdeck
PRO
28
5.3k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
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