Skip to main content

All Questions

Tagged with
0 votes
0 answers
125 views

getSession() returning null on API route (Next Auth)

getSession({req}) returns null, im using next auth. Im trying to use it in one of the api routes. I've been searching a lot but nothing works ;( Im expecting to get the session to check that there's ...
Luis Leal's user avatar
0 votes
1 answer
660 views

You didn't pass an authentication token in java

I am wanting to use the POST method. I have an API where I want POST using HttpConnection. But It not working. It shows "You didn't pass an authentication token. Learn how to authenticate and get ...
RmTomal's user avatar
  • 120
-1 votes
1 answer
145 views

Login in Javascript without a backend server

How can I fetch and send data without a backend server? I have taken on as a project to create a login with JavaScript. Does it make sense to create my own JSON file? Where do I store data with using ...
Emirhan Hans's user avatar
1 vote
0 answers
110 views

Amazon Workdocs, user and password

in my understanding, using the boto3 library to access the Workdocs API requires an authentication token, however, I have a user and password, which allows me to access the workdoc web interface. Is ...
ozw1z5rd's user avatar
  • 3,178
0 votes
0 answers
80 views

Symfony - How to secure API Controller? What else can I do?

Hi I am creating a react native app for a company, the app is for payroll information. They have a symfony website already made. I want to be able to connect to the live api and in turn the database. ...
Leslie Hoang's user avatar
1 vote
0 answers
71 views

i am getting errors when i try to use gspread (python)

I am trying to access a Google Sheets spreadsheet from a Python program using the gspread library. However, when I try to open the spreadsheet using the open_by_key() function, I am getting the ...
Dhruva N U's user avatar
1 vote
1 answer
2k views

Client unauthorized error when trying to use Twitter API v2 in Postman

I am trying to use Twitter API version 2 in Postman, but I keep getting a "client unauthorized" error. I have followed the documentation and created a project(inside of which is my app) on ...
SHREY RAJ's user avatar
1 vote
1 answer
420 views

HERE Geocoder API: authentication problem

I'm trying to reach the HERE Geocoder API. However, I receive { "error": "Forbidden", "error_description": "These credentials do not authorize access" } ...
Yogurt's user avatar
  • 93
0 votes
0 answers
613 views

.NET 7 JWT authentication unable to decode the header as base64url encoded string

I'm currently trying to implement JWT authentication in my .NET 7 web API. The authentication part of things actually works, the error is with the refresh token logic. When the user tries to refresh ...
Ryan's user avatar
  • 37
0 votes
1 answer
130 views

Authenticate / Authorize customer's applications to use my API

I am a bit puzzled after reading too much documentation about authorization authentication. Our customers are companies that consume our APIs with their (server side) programs. I want to automate api ...
Antonin's user avatar
  • 922
0 votes
1 answer
273 views

Client Authentication with API passes null values for username and password C#

I am trying to authenticate a user using API, for some reason, this code (inside the using statement) passes a null username and password to the controller. I placed stop points on the controller and ...
Franko's user avatar
  • 67
0 votes
0 answers
372 views

Laravel / Sanctum Authenticate without user / password

I have website A which is a simple HTML + JS website. This website needs to communicate with website B which is quite simple REST API built on laravel 10 and sanctum I want to create simple ...
mstraczkowski's user avatar
0 votes
2 answers
239 views

"Not authorized to authenticate" when logging in to Amadeus developers portal for self service APIs

I have attached a screenshot of the error- I have authenticated my account via the email after signing up, but am unable to login. Anyone know a fix?Pic of the error I tried contacting Amadeus ...
Trip Tailor's user avatar
0 votes
1 answer
1k views

I created a react-redux authentication using redux toolkit query to fetch data from a node backend that provides a response with an accessToken

For 2days now I have failed to figure out a solution to this problem. My app can handle the authentication when a user logs in but when a user logout and another user login on the same computer the ...
MASABA MUSA's user avatar
-1 votes
1 answer
365 views

Can't login with user ID and password i created with rest API

Get an error while trying to log in with the username and password I created with rest API but I can log in with the same username and password via postman Error node:internal/errors:464 ...
Manoj Mondal's user avatar

15 30 50 per page
1
2 3 4 5
112