I am using a REST JSON webservice which I want to secure. The service is secured with very basic Spring security and the session is stored on the server. So before the user can access the url "/api/resource" he/she needs to login first.
我想知道:
- Only allow registered users to access my rest api
- Only allow registered clients with registered users to access my rest api(e.g. GWT, Android, iOS). I dont want to let the users access my api if the client is not registered.
在很多方面,我看到了OAuth
我在我的项目中使用铁路,但我没有发现对奥乌特的任何支持。 是否有任何人利用奥乌特铁路? 使用铁路是否容易?
救助