Replies: 5 comments 2 replies
-
Why when I set the
It is wrong to store refreshToken this way. How can I use httpOnly, which installs my backend? I want my backend to use the cookie that it created itself. I started writing my own solution which has nothing to do with your library. And there it works. But this is additional time that I would not want to waste. Please tell me, can your library implement such an obvious functionality, or is there no point in wasting time on it and using it? |
Beta Was this translation helpful? Give feedback.
-
Could you share your own solution please? I currently have the exact same problem, and I don't really wanna remove the HttpOnly cookie. |
Beta Was this translation helpful? Give feedback.
-
I have the exact same issue here... I'm trying to achieve the exact same authentication but it's really a pain... It is in my sense the only secure way to authenticate to my own API. This is what I expect but don't find a way to do via configuration:
I would also be interested to see a custom implementation of the mentioned requirements if someone wants to share :) EDIT: Tell me if I'm wrong :) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I'd like to also mention that having the ability to extract the |
Beta Was this translation helpful? Give feedback.
-
Hello. Is there a way to implement the following?
When the page is fully refreshed, the app does not have an access token. And it must go through the refresh endpoint to receive data.
Now I see that this library can store data either in a cookie, or in localStorage, or it is possible to disable this.
Beta Was this translation helpful? Give feedback.
All reactions