Does anyone know of a OAuth 2.0 provider (server side) implementation for Scala/Lift? I see Scala 2.0 client, but no provider.

link|improve this question
feedback

2 Answers

It doesn't look like there is one readily available. So I think you have two options:

  1. Implement one yourself.
  2. Use a Java library in Scala. However this is probably not the optimal root due to the obvious impedance mismatch. But, I don't see much other choice. The project has both an OAuth client/server library and an example on how to use it.
link|improve this answer
what do you mean by impedance mismatch? – onejigtwojig Oct 18 '11 at 20:09
feedback

this library may help Scala-OAuth

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.