8000 merged branch stewe/2.0 (PR #2109) · sdboyer/symfony@c5541dc · GitHub
[go: up one dir, main page]

Skip to content

Commit c5541dc

Browse files
committed
merged branch stewe/2.0 (PR symfony#2109)
Commits ------- cd40ed4 Added missing method to HTTP Digest entry point Discussion ---------- Added missing method to HTTP Digest entry point Re-submitting to 2.0 branch as it is a bugfix, thanks!
2 parents e0a3605 + cd40ed4 commit c5541dc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Symfony/Component/Security/Http/EntryPoint/DigestAuthenticationEntryPoint.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,14 @@ public function start(Request $request, AuthenticationException $authException =
6161

6262
return $response;
6363
}
64+
65+
public function getKey()
66+
{
67+
return $this->key;
68+
}
69+
70+
public function getRealmName()
71+
{
72+
return $this->realmName;
73+
}
6474
}

0 commit comments

Comments
 (0)
0