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)
Spring webflux with jwt + csrf token
I need to implement CSRF protection to my backend. I am using the below configurations. But applications allow Post and Get requests without CSRF token.
@Slf4j
@EnableWebFluxSecurity
@EnableReactiveMe...
wthamira
Votes: 0
Answers: 1
How to implement CSRF protection with csurf in API calls without the use of template engines?
I'm developing a RESTfull API which uses express session and passport.js authentication to store the session in the connect-pg-simple store.
I'm looking into implementing a CSRF protection with the cs...
Nima
Votes: 0
Answers: 1
How to send POST request to Flask API employing CSRF token from mobile device (android) app?
Question:
How can I POST data from my android app to my flask web app which is employing CSRF protection?
Background:
I've built a website using Flask, and have protected it from CSRF attacks by globa...
BrandonW
Votes: 0
Answers: 1
Laravel/Vue - Sessions on firefox not working correctly (CSRF token mismatch, session data is null, etc)
I'm working on a project with Laravel and inline vue*. For submitting forms we use axios-calls.
On chrome there is no issue, but in Firefox, with every axios call it gives back a 419 error 'csrf token...
BigLvM
Votes: 0
Answers: 1