6
Unusual oAuth usage Kamil Lelonek

oAuth wroclove

Embed Size (px)

Citation preview

Page 1: oAuth wroclove

Unusual oAuth usage

Kamil Lelonek

Page 2: oAuth wroclove

Before I start

• How many of you uses your own implementation for authenticating and authorizing users?

• Who uses oAuth in your application?

• Which one of you do it totally on client side?

Page 3: oAuth wroclove

oAuth.io

Page 4: oAuth wroclove

• Not everyone uses rails as a full stack framework

• Sometimes we'd like to have light web services and keep application on client side

• Maybe we want to be independent of backend processing

Page 5: oAuth wroclove

What are the steps?• Register on

oAuth.io• Create new project

there• Create an application on

provider's developer center

• Add key providers on oAuth.io with credentials

• Setup your JS application

• Get the data and use it as you wish

Page 6: oAuth wroclove

That's all!