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)
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
Set http only cookies inside NextJS middleware
I am trying to set a new access token when the current one expires inside my middleware, to do this ...
I create a new token
Pass it to an API route which places the token inside it's response header...
Sameer Ahmed
Votes: 0
Answers: 1
req.cookies returns [Object: null prototype] {}
I'm trying to implement authentication with jwt in nodejs where I send the accessToken in the response and the refreshToken a httpOnly and I have a route to help me "refresh the Token" .
thi...
Hazem Ben Abdelhafidh
Votes: 0
Answers: 0