joscha / play-authenticate

An authentication plugin for Play Framework 2.x (Java)
http://joscha.github.com/play-authenticate/
Other
807 stars 369 forks source link

added default constructor for SerializableRequestToken #332

Closed gkovbasenko closed 7 years ago

gkovbasenko commented 7 years ago

To prevent java.io.NotSerializableException I have added default empty constructor. It should fix the latest issue from the #291.

joscha commented 7 years ago

Thanks!