gafarma89

Results 2 issues of gafarma89

This command does not work ( but it works on microsoft vscode ) > vscodium.AppImage --install-extension "darkriszty.markdown-table-prettify" Above command opens vscodium GUI. no warnings, no errors. I try this on...

bug

Hi first thank for your sharing... I would like to ask why we need this: ``` SecurityContextHolder.getContext().setAuthentication(authentication); ``` source: https://github.com/szerhusenBC/jwt-spring-security-demo/blob/master/src/main/java/org/zerhusen/security/rest/AuthenticationRestController.java#L44 @PostMapping("/authenticate") method returns only header from controller. Is there any...