Questions about authentication for RESTful services.
What does RESTful Authentication mean and how does it work? I can't find a good overview on Google. My only …
rest authentication restful-authentication rest-securityI am currently developing a REST-API which is HTTP-Basic protected for the development environment. As the real authentication is done …
rest curl basic-authentication access-token restful-authenticationIs using sessions in a RESTful API really violating RESTfulness? I have seen many opinions going either direction, but I'm …
session rest cookies restful-authenticationI am designing a RESTful web service that needs to be accessed by users, but also other web services and …
web-services authentication rest restful-authentication client-certificatesI have to implement secure RESTful web services. I already did some research using Google but I'm stuck. Options: TLS (…
web-services security rest oauth restful-authenticationI am building a web application with a services layer. The services layer is going to be built using a …
web-services web-applications rest login restful-authenticationI've read many answers of preflight and CORS so please do not post links referencing what I should read. Many …
javascript restful-authentication xmlhttprequestI am using node with express + mongoose and trying to use passport.js with restful api. I keep getting this …
node.js express mongoose restful-authentication passport.jsI want to use methods and resources from the code of a website which is developed in PHPFox. Basically, I'll …
php authentication token restful-authentication phpfoxI've been reading up on REST and there are a lot of questions on SO about it, as well as …
restful-authentication