开发者

OAuth 2.0 provider implementation for Scala/Lift

开发者 https://www.devze.com 2023-02-21 21:26 出处:网络
Does anyone know of a 开发者_开发知识库OAuth 2.0 provider (server side) implementation for Scala/Lift? I see Scala 2.0 client, but no provider.It doesn\'t look like there is one readily available. So

Does anyone know of a 开发者_开发知识库OAuth 2.0 provider (server side) implementation for Scala/Lift? I see Scala 2.0 client, but no provider.


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.


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.


this library may help Scala-OAuth

0

精彩评论

暂无评论...
验证码 换一张
取 消