Are there any Scala OAuth libraries that support OAuth 2.0?

1.8k Views Asked by At

I'm looking for both consumer and provider code. Dispatch and Lift's OAuth code both only target OAuth 1.0 right now.

1

There are 1 best solutions below

0
On

It's far from a lib but maybe it can help as en example for you to write your own lib:

https://github.com/denibertovic/scala-oauth2