Archivo de la etiqueta: autenticación
Prevent sessions from expiring and causing errors
My question is more of a conceptual one, since I’m rather new to working with users and sessions.
My current setup is Codeigniter running with the Tank Auth user library
My problems I’m experiencing are, the users are being logged… Sigue leyendo
Displaying session based conditional username & logout link in account page
The following conditional syntax displays the logged in users their account & log out links in their account pages on locally hosted server after successful log in without any problem but on remote server it suddenly started to prints “HI”… Sigue leyendo
Soap Authentication using Session IDs
I am building an API using Zend Soap and there has to be some sort of authentication to actually use the API. Also I don’t want the user credentials to be sent over the net each time a request is… Sigue leyendo
Simple SSO system like Google Identity Toolkit but without the locked UI?
The Google Identity Toolkit is awesome. So clean and easy to set up! Trouble is, it forces you to use its UI, which isn’t working for me. Is there anything else out there that will let the visitor click a… Sigue leyendo
Fuerza PRS-T1 navegador para descargar archivo con extensión. Htaccess-autentificación
I have a php-download script that looks like this:
<?php
header("Pragma: public"); // required
header("Expires: 0");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
header("Cache-Control: private",false); // required for certain browsers
header("Content-Description: File Transfer");
header("Content-Disposition: attachment; filename="$file"");
header("Content-Type: $mimeType");
header("Content-Transfer-Encoding: binary");
header("Content-Length: $size");
// …
php de autenticación: todo el mundo tiene acceso
My authentication script used to work (Creo que) but after I installed kohana and altered a few things in apache my script stopped working.
My php script is very simple:
function authentifizieren() {
header('WWW-Authenticate: Basic realm="Test Authentication System"');
header('HTTP/1.0 401 …
Dynamic Apache authentication via PHP
I would like to implement a dynamic authentication process using Apache and PHP.
My current project is break into two parts:
I have a classic LAMP project running, where users already have a login/password that I use to grant them… Sigue leyendo
Facebook autenticación de aplicación con el SDK PHP
Actualmente estoy tratando de crear una aplicación de la lona para Facebook y estoy tratando de hacerlo de manera que el usuario tiene que verificar que desee autorizar la aplicación antes de que se.
Estoy tratando de hacer esto con el PHP… Sigue leyendo
autenticación en iOS – puede utilizar cookies por sesión?
Me gustaría servir de información a partir de PHP para una aplicación para el iPhone basado en lo que el usuario ha iniciado sesión. ¿Puedo ir a la ruta / sesión de cookies de autenticación de las peticiones de la aplicación o tengo que utilizar algún tipo de token de autenticación?… Sigue leyendo
Usuario FOS paquete de autenticación
¿Cómo Bundle FOS usuario autentica al usuario de este contenedor de servicios?
$this->container->get('security.context')->getToken()->getUser();
…
Quiero manipular el proceso de autenticación. ¿Dónde debo buscar en el paquete?
Los términos de búsqueda entrantes:una autenticación fuerte de php mysql Sigue leyendo





