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
240
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
210
Handling images on the web
marcoow
0
410
SSR, SPAs and PWAs
marcoow
0
350
Fast, Fast, Fast
marcoow
2
500
Feel the Glimmer - ParisJS
marcoow
1
530
Feel the Glimmer - MunichJS 11/17
marcoow
0
140
The JSON:API spec
marcoow
3
1.8k
Leveraging the complete Ember Toolbelt
marcoow
0
380
Feel the Glimmer
marcoow
1
240
Other Decks in Technology
See All in Technology
20201008_ファインディ_品質意識を育てる役目は人かAIか___2_.pdf
findy_eventslides
0
120
E2Eテスト設計_自動化のリアル___Playwrightでの実践とMCPの試み__AIによるテスト観点作成_.pdf
findy_eventslides
0
110
AIAgentの限界を超え、 現場を動かすWorkflowAgentの設計と実践
miyatakoji
0
130
動画データのポテンシャルを引き出す! Databricks と AI活用への奮闘記(現在進行形)
databricksjapan
0
140
職種別ミートアップで社内から盛り上げる アウトプット文化の醸成と関係強化/ #DevRelKaigi
nishiuma
2
130
空間を設計する力を考える / 20251004 Naoki Takahashi
shift_evolve
PRO
3
330
BirdCLEF+2025 Noir 5位解法紹介
myso
0
190
Function calling機能をPLaMo2に実装するには / PFN LLMセミナー
pfn
PRO
0
920
それでも私はContextに値を詰めたい | Go Conference 2025 / go conference 2025 fill context
budougumi0617
4
1.2k
Why React!?? Next.jsそしてReactを改めてイチから選ぶ
ypresto
10
4.4k
「Verify with Wallet API」を アプリに導入するために
hinakko
1
230
非エンジニアのあなたもできる&もうやってる!コンテキストエンジニアリング
findy_eventslides
3
910
Featured
See All Featured
The Pragmatic Product Professional
lauravandoore
36
6.9k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
How to Think Like a Performance Engineer
csswizardry
27
2k
BBQ
matthewcrist
89
9.8k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Faster Mobile Websites
deanohume
310
31k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.2k
Making Projects Easy
brettharned
119
6.4k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Building Adaptive Systems
keathley
43
2.8k
The Language of Interfaces
destraynor
162
25k
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