executeautomation / GraphQL.NET

Contains source code with GraphQL .NET
11 stars 9 forks source link

API calls are working without Authentication. #1

Open prvn82 opened 1 month ago

prvn82 commented 1 month ago

Hi Karthik,

I am using this project for API learning. I used Login API to generate Token.

Then , I used this bearea token /Components/GetComponentByProductId/{id} API.

Later, After few hours, I removed Bearer token from /Components/GetComponentByProductId/{id} API call but it is still working.

At same time when I access /Product/GetProductByIdAndName or any other API without bearer token then it is not working which is expected behaviour.

Please suggest if this projects has caches/session issue which is causing this bug

prvn82 commented 1 month ago
Screenshot 2024-05-31 at 11 47 56 AM

Browser access of API without Authentication