SpringOne2GX 2015 replay: The State of Securing RESTful APIs with Spring
Recorded at SpringOne2GX 2015. Track: Web / Javascript track Speaker: Rob Winch Slides: http://www.slideshare.net/SpringCentral/state-of-securing-restful-apis-with-spring The many benefits of a RESTful architecture has made it the standard way in which to design web based APIs. For example, the principles of REST state that we should leverage standard HTTP verbs which helps to keep our APIs simple. Server components that are considered RESTFul should be stateless which help to ensure that they can easily scale. We can leverage caching to gain further performance and scalability benefits.
…