Add redirect on expiration.
parent
e3998ef3d4
commit
56c322fd3f
|
@ -54,7 +54,7 @@ public class RestAppConfig {
|
|||
}))
|
||||
.csrf(AbstractHttpConfigurer::disable)
|
||||
.sessionManagement(session -> session.sessionCreationPolicy(SessionCreationPolicy.STATELESS))
|
||||
.httpBasic(withDefaults())
|
||||
// .httpBasic(withDefaults())
|
||||
.build();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue