Questions tagged [jjwt]

Use when referencing the JJWT library for the JVM and Android

The JJWT library for the JVM and Android: https://github.com/jwtk/jjwt

138 questions
-1
votes
1 answer

Updating user info with JWT on spring security app

I am working on a simple REST API using spring security with a JWT Filter. However, I am a little bit confused with how to update user info. After loggin in I get a JWT that I use to make request on other endpoints. But how do I create a controller…
El Pandario
  • 179
  • 1
  • 4
  • 12
-1
votes
2 answers

Token not needed after authorizing once

i am trying to implement token based authentication using JWT token. I am using JJWT library for that. Here is my Security Configuration @Override protected void configure(HttpSecurity http) throws Exception { //http.csrf().disable(); …
Vaibhav Savala
  • 315
  • 2
  • 7
  • 17
-2
votes
1 answer

Use method security springboot

I using this sample (https://www.djamware.com/post/5c819d0180aca754f7a9d1ee/securing-restful-api-with-spring-boot-security-and-data-mongodb#ch5) to create a secured rest Api. but It`s possible to use the @EnableGlobalMethodSecurity to secure at…
Fabio Ebner
  • 2,613
  • 16
  • 50
  • 77
1 2 3
9
10