Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 akka-http 和 sangria-graphql 在 scala 中开发一个 api 网关。问题是如何确保所有 api 调用都是安全的?更具体地说,我在 sangria docs 中搜索并添加了某种处理此操作的中间件(在我的情况下,我应该使用 OAuth2 和 Google API)。但是,由于我对这个堆栈不是很有经验,所以我很难检索一些文档或项目来学习。
提前感谢您的答案。