forked fromsymfony/symfony-docs
- Notifications
You must be signed in to change notification settings - Fork0
Commitb02c16a
committed
featuresymfony#3565 added information on AuthenticationFailureHandlerInterface (samsamm777)
This PR was submitted for the master branch but it was merged into the 2.4 branch instead (closessymfony#3565).Discussion----------added information on AuthenticationFailureHandlerInterfaceThe Api Keys documentation made no mention of the AuthenticationFailureHandlerInterface which is required to correctly display Authentication Failure responses. Without it, authentication failures will result in a 500 response. I've made mention to the interface and given an example implementation.http://symfony.com/doc/current/cookbook/security/api_key_authentication.html#cookbook-security-api-key-config```Doc fix? yesNew docs? noApplies to: 2.4Fixed tickets: none found```Commits-------066bccb fixed typodb8e01a recommendations by xabbuh3366dfc fixed authentication failed header21e3536 fixed line wrappinge4f5c6e added information on AuthenticationFailureHandlerInterface in api keys docs2 files changed
+29
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
213 | 241 |
| |
214 | 242 |
| |
215 | 243 |
| |
|
0 commit comments
Comments
(0)