spring-security/web
Frank Pavageau 35706ad60a Deserialize the principal in a neutral way
When the principal of the Authentication is an object, it is not necessarily
an User: it could be another implementation of UserDetails, or even a
completely unrelated type. Since the type of the object is serialized as a
property and used by the deserialization anyway, there's no point in
enforcing a stricter type.
2017-10-30 00:53:31 -05:00
..
src Deserialize the principal in a neutral way 2017-10-30 00:53:31 -05:00
spring-security-web.gradle Move spring-security-webflux into spring-security-web 2017-10-18 16:20:09 -05:00