python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Python requests POST call with OAuth2 token returns 401
I have the following Python function which takes an access_token from my company's access token provider and hits the URL stored in matter_hydration_url:
def hydration_request(access_token, matter_hyd...
Jason
Votes: 0
Answers: 1
MASL OAuth Supporting Multiple Authentication flows
I have a client application that accesses my WebAPI (1) using Integrated Windows Authentication and the Authorization code [Authentication flow].
Now I need to have a second WebAPI (2) access the orig...
Flea
Votes: 0
Answers: 1
Avoid refresh token for authentication when using HttpOnly cookie
I have a solution for an authentication system without using refresh token. Please tell me where are the vulnerabilities of this method.
I assume the following:
Client and Server are on the same doma...
47ndr
Votes: 0
Answers: 1
How to use AWS Cognito with a web app and REST API
I have a React.js web app that talks to a Golang REST API and I'm using AWS Cognito for authentication. It is all working but I am not confident that it is correct.
The web app provides username/pass...
Lucian Thorr
Votes: 0
Answers: 0