Scala/Lift 的 OAuth 2.0 提供程序实现

发布于 2024-10-29 18:09:55 字数 75 浏览 1 评论 0原文

有谁知道 Scala/Lift 的 OAuth 2.0 提供程序(服务器端)实现吗?我看到 Scala 2.0 客户端,但没有提供程序。

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

别闹i 2024-11-05 18:09:55

看起来并不存在现成可用的。所以我认为你有两种选择:

  1. 一种是自己实施。
  2. 在 Scala 中使用 Java 库。然而,由于明显的阻抗不匹配,这可能不是最佳根。但是,我没有看到太多其他选择。该项目有一个 OAuth 客户端/服务器< /a> 库和示例< /a> 如何使用它。

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.
从﹋此江山别 2024-11-05 18:09:55

检查这个问题:

Scalatra 或 Play 框架的 OAuth2 提供程序< /a>

到目前为止,我已经找到 https://github.com/nulab/scala-oauth2-提供商,它对我很有用。但是,我已将它与 Play Framework https://github.com/tuxdna/play-oauth2-服务器

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.

寄居人 2024-11-05 18:09:55

这个库可能会有所帮助 Scala-OAuth

this library may help Scala-OAuth

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文