python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
how to add facebook authentication to my Rest app in JAVA
I created a RESTful application with jersey and now I'm trying to add a facebook authentication interface to my app and i'm kinda stuck how to connect authentication to my rest method .
package servi...

Nassima Gannoune
Votes: 0
Answers: 1
use laravel jwt authentication only for api without affecting web
I have an issue with authentication in laravel web, I only what to use the JWT authentication for the api only, I notice whenever I change guard in defaults to web 'guard' => 'web' and I try to log...
delle
Votes: 0
Answers: 3
RESTful resource creation in multiple steps
There are situations where resource creation requires more than one step.
Example
A session resource is created when a user authenticates. So the API call responsible for authentication would be a POS...
user16768564
Votes: 0
Answers: 0
Calling API through requests Library to get access token
I am trying to get the access token for a specific API, the curl command is given below:
curl --location --request POST 'https://example.com/oauth/connect/token' \
--header 'Content-Type: applicat...
qwerty
Votes: 0
Answers: 1