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)
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
Axios withCredentials customize which http cookie to send
Suppose on server side you set 2 httpOnly cookies (accesstoken & refreshtoken)
you want to pass accesstoken to all of the frontend requests
but only pass refreshtoken to /RefreshToken endpoint.
I ...
Phil15
Votes: 0
Answers: 1
How i verify token, that was stored in cookie httpOnly on browser?
i use express in back end and this is my token was stored in browser
My question is "how i verify or get the value as "access_token" name was stored in cookie httpOnly to my expressjs ...
HTL
Votes: 0
Answers: 1
Http only cookie user authentication after session expires
Stack:
frontend = Vue
backend = Strapi (node based cms) + postgresql
I have build a authentication mechanism that uses http only cookies. The user logs in, then a http only cookie is send to the use...
Sjihtam
Votes: 0
Answers: 1