python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why not to have two access_tokens and two refresh_tokens stored one in cookie and one in localstorage to protect from XSS and CSRF
Background
Scenario is that we have a REACT SPA and a single API which is both a resource server and an authentication server. We want to implement simple tokens based auths. There is no dedicated SSO...

Rychu
Votes: 0
Answers: 1
Can any body answer my question about Oauth2?
I am buiding an app using svelteKit and django rest framework. SvelteKit is responsible for rendering HTML page(SSR) and django rest framework is responsible for providing restful API.
Both App server...
xiayulu
Votes: 0
Answers: 1
Consume SOAP XML in Rest WebService
I am able to consume xml based request in rest webservice. Below is the sample code how I am consuming XML request in my rest webservice.
Now, I want to consume soap request XML and I know SOAP is a m...
suleman
Votes: 0
Answers: 1