OAuth2 provider for Scalatra or Play framework in Scala
oauth-2.0, playframework-2.0, scala, scalatra
Solution
You should take a look to this:
https://github.com/nulab/scala-oauth2-provider
Problem
Is there any OAuth2 provider available for Scala that I can use with Scalatra or Play2 web framework? I have already seen this answer: OAuth 2.0 provider implementation for Scala/Lift I am looking for a provider library and not an OAuth2.0 client library. Edit: Scala OAuth2.0 Provider was what I was looking for: http://tuxdna.in/blog/2014/07/09/oauth2-dot-0-server-using-play-2-dot-0-framework-in-scala/