↧
2-legged OAuth Java client made easy
Some scenario When you build up your RESTful web API, there comes a time when authorization comes in the game. You need to provide means to restrict and control the access to your protected resources....
View ArticleImplement your 2-legged OAuth server with Java Restlet
In the previous post we’ve been looking into how we can implement a simple Java client to access resources protected via 2-legged OAuth. This time we’ll focus on the server side code needed to develop...
View Article