Top "Restful-authentication" questions

Questions about authentication for RESTful services.

REST client that can handle login via oauth

I am working as a tester on a system based on a Rest API. Part of my job is to …

testing rest oauth restful-authentication black-box
What is the difference between JSON Web Signature (JWS) and JSON Web Token (JWT)?

I've been coding a RESTful service in Java. This is what I've understood till now (correct me if i'm wrong): …

rest jwt restful-authentication http-token-authentication
Restful web service authentication

I have a Restful web service API, that is being used by different 3rd parties. Part of that API is …

web-services authentication restful-authentication rest
how to authenticate RESTful API in Laravel 5?

How to authenticate RESTful API in Laravel 5? I am using Laravel 5 to build a RESTful API & I want to …

php rest laravel restful-authentication laravel-5
HTTP Client based on NodeJS: How to authenticate a request?

This is the code I have to make a simple GET request: var options = { host: 'localhost', port: 8000, path: '/restricted' }; …

http authentication node.js restful-authentication basic-authentication
Salesforce REST API Login?

I am examining a sample which is in the salesforce developer site. In that sample when we click a link …

java rest oauth salesforce restful-authentication
Are there any disadvantages to GraphQL?

All the articles about GraphQL will tell you how wonderful it is, but are there any disadvantages or shortcomings to …

rest restful-authentication graphql
Best way to secure Private REST API without user authentication for mobile app

I am making some Restful APIs for my mobile application. The communication between APP and webserver has to be made …

php android api rest restful-authentication
How to build a secure and RESTful service in PHP?

I'm building an application system which consists of a server part "in the cloud" and a client part, e.g. …

php rest restful-authentication
RestTemplate with Basic Auth in Spring 3.1

We were using RestTemplate with xml configuration in Spring 3.0 and it was working perfectly fine. <bean id="httpClient" class="…

java spring restful-authentication resttemplate apache-httpclient-4.x