Are there any Scala OAuth libraries that support OAuth 2.0?

1.7k 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 answers

0
Deni Bertovic 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