Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
78 views

Currently, I am trying to implement access token and refresh token in my application. I am storing the refresh token in the user schema. interface IUser { refreshTokens: [] } When the user logs ...
0 votes
0 answers
19 views

I'm working in asp.net mvc To achieve cross-domain re-auth I'm relying on AJAX call where I return response with repost url and then js send request to repost url I modify Controller.Response.Cookies ...
1 vote
1 answer
336 views

I set up Session Middleware with my FastAPI backend to authenticate my React frontend users, which worked with domain=127.0.0.1. Now that I've deployed both my frontend and my backend to two separate ...
2 votes
0 answers
647 views

I am trying to set up an authentication logic using Directus SDK and Next.js for the front end. Here is the directus.js which contains the initial SDK configuration: const directus = createDirectus(...
1 vote
0 answers
253 views

I found an interesting website with a JWT bypass vulnerability. It uses a simple secret key that can be discovered using brute force, which I did. However, I couldn't exploit the vulnerability because ...
hollybyte's user avatar
0 votes
1 answer
294 views

I have my frontend running on "https://example.com" and backend running on "https://api.example.com". From backend, the login endpoint "https://api.example.com/auth/login"...
0 votes
1 answer
667 views

I encountered a strange situation. My project uses an HTTP-only refresh token. After the user successfully completes the login verification, the backend sends an HTTP-only refresh token to the ...
1 vote
0 answers
135 views

i have got web project using mern stack where i store the jwt as an http only cookie, so that when user authenticates themselves, it is not required to pass the token as a header. however, i will also ...
2 votes
1 answer
3k views

I have an express.js (node.js) as my backend, and next.js v. 14 as my frontend. In the backend, I can send the cookie just fine, and I can protect certain endpoints also with the cookie. However, I ...
0 votes
0 answers
100 views

When your backend is deployed to aws and you have to develop http cookie authentication to a locally hosted reactjs frontend how do you implement it? The issue is.. When I call the login API endpoint ...
1 vote
1 answer
341 views

I have implemented this code to request a page and read the cookies set by the server: myURI = new Uri(strURI); request = (HttpWebRequest)HttpWebRequest.Create(myURI); request.CookieContainer = new ...
0 votes
1 answer
284 views

This is an ASP.NET MVC application. The cookies are not getting created in Firefox. There is no such issue in Chrome or Edge. HttpCookie myCookie = new HttpCookie("myCookie") { Value = &...
0 votes
1 answer
146 views

My server works on localhost and my VPN address (26.185.15.150), when I make request to http://localhost:3500/login/auth, I get correctly response and cookies. When I make request to http://26.185.15....
0 votes
0 answers
356 views

Is it possible to get a cookie stored by other application when the user clicked an hyperlink with target to the angular application? java application ---> angular application both application are ...
1 vote
1 answer
652 views

Between dj-rest-auth and simpleJWT I have been able to send the set-cookie messages, store the cookies in the browser, and send them back with each request (Axios' with credentials = true), but it ...

15 30 50 per page
1
2 3 4 5
...
28

AltStyle によって変換されたページ (->オリジナル) /