Skip to content

Commit

Permalink
Add getUserIdentifier method to match SF6 new interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Aug 8, 2023
1 parent d649ba4 commit 99a9769
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/OAuth2/KeyCloakUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ public function getUsername(): string
return $this->username;
}

public function getUserIdentifier(): string
{
return $this->username;
}

public function eraseCredentials(): void
{
}
Expand Down

0 comments on commit 99a9769

Please sign in to comment.