mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: STATELESS SessionCreationPolicy removed
parent
f83f87575f
commit
7197555f2f
|
@ -67,7 +67,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
||||||
conf = conf.antMatchers("/recordings/*").authenticated();
|
conf = conf.antMatchers("/recordings/*").authenticated();
|
||||||
}
|
}
|
||||||
|
|
||||||
conf.and().sessionManagement().sessionCreationPolicy(SessionCreationPolicy.STATELESS).and().httpBasic();
|
conf.and().httpBasic();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|
Loading…
Reference in New Issue