You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
This repository has been closed and moved to laminas-api-tools/api-tools-mvc-auth; a new issue has been opened at laminas-api-tools/api-tools-mvc-auth#5.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In Resource I use the method $this->getIdentity() to indetificar the user, but it is returning null in this latest update.
class PedResource extends AbstractResourceListener
{
public function fetch($id)
{
$user = $this->getIdentity(); //return null
.
.
.
}
}
The text was updated successfully, but these errors were encountered: