Proyectos de Subversion LeadersLinked - Services

Rev

Rev 24 | Rev 43 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 24 Rev 34
Línea 205... Línea 205...
205
            
205
            
Línea 206... Línea 206...
206
        }
206
        }
207
        
207
        
-
 
208
        $this->authByJWT = false;
208
        $this->authByJWT = false;
209
        $headers = getallheaders();
-
 
210
        
-
 
211
        if(!empty($headers['authorization']) || !empty($headers['Authorization'])) {
Línea 209... Línea -...
209
        $headers = getallheaders();
-
 
-
 
212
            
210
        if(isset($headers['authorization'])) {
213
            $token = trim(empty($headers['authorization']) ? $headers['Authorization'] : $headers['authorization']);
211
            
214
            
Línea 212... Línea 215...
212
            $token = trim($headers['authorization']);
215