joscha / play-authenticate

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

Getting state tampered when moving to production? #338

Open jmonter opened 7 years ago

jmonter commented 7 years ago

On my local environment the application works smoothly however when moving to production i am getting: "The state parameter may have been tampered with!." I think this could be because in my prod environment i have multiple machines.

Because of that i started to check if play-authenticate works as stateless app and found the following pull request: https://github.com/joscha/play-authenticate/pull/153

The play-authenticate can be use in a stateless application? and if yes is there an example what i need to change?