comment out state verification
This commit is contained in:
@@ -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");
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user