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.
我已经在 tomcat 7 上使用 war 发布了一个 java REST API,我正在寻找一个易于部署的开源 OAUTH 代码,我可以将其添加到我的代码中(最好使用 maven POM)并使用它来保护 API。
我有哪些选择?
您看过Google 的 OAuth Java 客户端吗?文档说您可以使用 Maven 将其添加到您的代码中。
I have, for example, the following <object> in my page:
<object>
<object id="obj1" data="URL"></object>
Is there any way to get the html object in jquery?