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
190
Handling images on the web
marcoow
0
410
SSR, SPAs and PWAs
marcoow
0
350
Fast, Fast, Fast
marcoow
2
490
Feel the Glimmer - ParisJS
marcoow
1
520
Feel the Glimmer - MunichJS 11/17
marcoow
0
140
The JSON:API spec
marcoow
3
1.8k
Leveraging the complete Ember Toolbelt
marcoow
0
370
Feel the Glimmer
marcoow
1
240
Other Decks in Technology
See All in Technology
組織とセキュリティ文化と、自分の一歩
maimyyym
3
1.4k
impressions-trying-lambda-web-adapter
junkishigaki
2
140
Tenstorrent HW/SW 概要説明
tenstorrent_japan
0
250
単一Gitリポジトリから独立しました
lycorptech_jp
PRO
0
370
Go Connectへの想い
chiroruxx
0
150
AIエージェント実践集中コース LT
okaru
1
190
Information Architecture Recommoning: How Standardization Enables Differentiation
angioia
0
170
データ戦略部門 紹介資料
sansan33
PRO
1
3.2k
入門 ESlint Typegen #TSKaigi #TSKaigi2025_kataritai
bengo4com
0
2k
TypeScript をより型安全に扱うプラクティス #TSKaigi #TSKaigi2025_kataritai
bengo4com
0
2.1k
ai bot got sick (abc 2025s version)
kojira
0
150
上長や社内ステークホルダーに対する解像度を上げて、より良い補完関係を築く方法 / How-to-increase-resolution-and-build-better-complementary-relationships-with-your-bosses-and-internal-stakeholders
madoxten
3
540
Featured
See All Featured
Making Projects Easy
brettharned
116
6.2k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
6
670
The Power of CSS Pseudo Elements
geoffreycrofte
76
5.8k
We Have a Design System, Now What?
morganepeng
52
7.6k
Facilitating Awesome Meetings
lara
54
6.4k
Balancing Empowerment & Direction
lara
1
110
4 Signs Your Business is Dying
shpigford
183
22k
Speed Design
sergeychernyshev
30
980
Docker and Python
trallard
44
3.4k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
7
640
Raft: Consensus for Rubyists
vanstee
138
7k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
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