4

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

Urist McDev
  • 498
  • 3
  • 14
pr1001
  • 21,727
  • 17
  • 79
  • 125
  • Does it have to be Scala or can use you Java? – sourcedelica Feb 09 '11 at 15:25
  • Could be Java but I feel like with many Java libraries I spend plenty of time jumping through hoops to make it halfway sane. I guess I'm just spoiled by Scala. ;-) – pr1001 Feb 10 '11 at 08:37
  • According to Play Framework: "Version 2 is simple enough to be implemented easily without library or helpers, so Play only provides support for OAuth 1.0." http://www.playframework.com/documentation/2.0/ScalaOAuth – David Riccitelli Sep 27 '13 at 05:54

1 Answers1

1

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