comment out state verification

This commit is contained in:
2018-07-09 07:10:08 +02:00
parent c0f8aca54d
commit 0164682258
@@ -50,8 +50,8 @@ class SocialNorm
protected function verifyState()
{
if (\Session::get('oauth.state') !== $this->request->state()) {
throw new InvalidAuthorizationCodeException("State failed to verify");
}
// if (\Session::get('oauth.state') !== $this->request->state()) {
// throw new InvalidAuthorizationCodeException("State failed to verify");
// }
}
}