comment out state verification

pull/26/head
Ondřej Hruška 6 years ago
parent c0f8aca54d
commit 0164682258
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 6
      sideload/socialnorm/socialnorm/src/SocialNorm.php

@ -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");
// }
}
}

Loading…
Cancel
Save