Questions about authentication for RESTful services.
I have been discussing the best way of doing this with one of my colleagues Here's an example scenario: I'm …
rest asp.net-web-api restful-authentication restful-url restful-architectureI have to lay out a plan to develop a RESTful API (Python/Flask) that could be used by our …
android iphone oauth flask restful-authenticationI am starting a new project where we are planing to build a restful back end and an AJAX font …
ajax spring rest spring-security restful-authenticationI've created a learning application using Bort, which is a base app that includes Restful Authentication and RSpec. I've got …
ruby-on-rails testing rspec restful-authenticationI'm using restful_authentication in my app. I'm creating a set of default users using a rake task, but every …
ruby-on-rails ruby observer-pattern restful-authenticationFor a RESTful enterprise application I need all calls to be authenticated, but I cannot provide a common group/rolt …
authentication restful-authentication web.xml jboss7.xI am looking for some pointers on how to secure my rest root resource @Path("/employee") public class EmployeeResource { @GET @…
rest jakarta-ee jersey jax-rs restful-authenticationI have created a WebApi 2.2 project (from an Empty New ASP.NET Project) to prove some implementation concepts and I …
c# asp.net authentication asp.net-web-api restful-authenticationAlthough I "think" I understand it I need some clarity. With PURE Restful authentication, things do get a bit unwieldy …
forms http rest restful-authenticationI have been struggling with username/password authentication/authorization in a WCF 4.0 RESTfull service using the ASP.Net membership/role …
wcf wcf-security restful-authentication wcf-rest