oAuth wroclove

Preview:

Citation preview

Unusual oAuth usage

Kamil Lelonek

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?

oAuth.io

• 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

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

That's all!

Recommended