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
220
Handling images on the web
marcoow
0
410
SSR, SPAs and PWAs
marcoow
0
360
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
390
Feel the Glimmer
marcoow
1
240
Other Decks in Technology
See All in Technology
【AWS reInvent 2025 関西組 事前勉強会】re:Inventの“感動と興奮”を思い出してモチベ爆上げしたいです
ttelltte
0
130
LINE公式アカウントの技術スタックと開発の裏側
lycorptech_jp
PRO
0
340
Pythonで構築する全国市町村ナレッジグラフ: GraphRAGを用いた意味的地域検索への応用
negi111111
8
3.4k
QAEが生成AIと越える、ソフトウェア開発の境界線
rinchsan
0
1k
AI時代に必要なデータプラットフォームの要件とは by @Kazaneya_PR / 20251107
kazaneya
PRO
4
960
今日から使える AWS Step Functions 小技集 / AWS Step Functions Tips
kinunori
5
650
プログラミング言語を書く前に日本語を書く── AI 時代に求められる「言葉で考える」力/登壇資料(井田 献一朗)
hacobu
PRO
0
140
「データ無い! 腹立つ! 推論する!」から 「データ無い! 腹立つ! データを作る」へ チームでデータを作り、育てられるようにするまで / How can we create, use, and maintain data ourselves?
moznion
4
2.4k
【Android】テキスト選択色の問題修正で心がけたこと
tonionagauzzi
0
130
なぜインフラコードのモジュール化は難しいのか - アプリケーションコードとの本質的な違いから考える
mizzy
33
9.7k
Flutter DevToolsで発見! 本番アプリのパフォーマンス問題と改善の実践
goto_tsl
1
280
なぜThrottleではなくDebounceだったのか? 700並列リクエストと戦うサーバーサイド実装のすべて
yoshiori
7
2.6k
Featured
See All Featured
The Art of Programming - Codeland 2020
erikaheidi
56
14k
A Tale of Four Properties
chriscoyier
161
23k
Designing for humans not robots
tammielis
254
26k
The Language of Interfaces
destraynor
162
25k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
RailsConf 2023
tenderlove
30
1.3k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
24
1.5k
Gamification - CAS2011
davidbonilla
81
5.5k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
54k
Navigating Team Friction
lara
190
15k
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