Reputation: 1001
Does anyone know of a OAuth 2.0 provider (server side) implementation for Scala/Lift? I see Scala 2.0 client, but no provider.
Upvotes: 17
Views: 2946
Reputation: 8477
Check this question:
OAuth2 provider for Scalatra or Play framework in Scala
So far, I have found https://github.com/nulab/scala-oauth2-provider and it works good for me. However, I have used it with Play Framework https://github.com/tuxdna/play-oauth2-server.
Upvotes: 1
Reputation: 2347
It doesn't look like there is one readily available. So I think you have two options:
Upvotes: 2