From d1d82adca1dbb02382d7ccf49b8830816e8fa00f Mon Sep 17 00:00:00 2001 From: yehudah Date: Mon, 19 Aug 2019 20:57:47 +0000 Subject: Security issues --- Postman/Postman-Auth/PostmanAbstractAuthenticationManager.php | 3 +++ Postman/Postman-Auth/PostmanAuthenticationManager.php | 3 +++ Postman/Postman-Auth/PostmanAuthenticationManagerFactory.php | 3 +++ Postman/Postman-Auth/PostmanGoogleAuthenticationManager.php | 3 +++ Postman/Postman-Auth/PostmanMicrosoftAuthenticationManager.php | 3 +++ Postman/Postman-Auth/PostmanNonOAuthAuthenticationManager.php | 3 +++ Postman/Postman-Auth/PostmanStateIdMissingException.php | 3 +++ Postman/Postman-Auth/PostmanYahooAuthenticationManager.php | 3 +++ 8 files changed, 24 insertions(+) (limited to 'Postman/Postman-Auth') diff --git a/Postman/Postman-Auth/PostmanAbstractAuthenticationManager.php b/Postman/Postman-Auth/PostmanAbstractAuthenticationManager.php index 75d734b..7402ba7 100644 --- a/Postman/Postman-Auth/PostmanAbstractAuthenticationManager.php +++ b/Postman/Postman-Auth/PostmanAbstractAuthenticationManager.php @@ -1,4 +1,7 @@