Securing RESTful services
Currently, JADE provides RESTful web services with the JadeRestService RootSchema class. However, these APIs are not able to be secured, that is, anyone with the URL may consume it without providing authentication. The intent of this feature is to...