javascript - How to get a Spring Security's token username on the client side from JSESSIONID cookie? -
is username specify while creating springs's authenticationtoken on server in way stored on client side? somehow stored in jsessionid cookie or in other way or server-side entity binded container sessions? want retrieve username js script in page display username , etc... possible way? other alternatives?
thx.
take on savedrequestawareauthenticationsuccesshandler, can add cookie on method. can see flow here http://docs.spring.io/spring-security/site/docs/3.0.x/reference/core-web-filters.html#form-login-flow-handling.
Comments
Post a Comment