Commit 5c63008
committed
Accept 201 status code from auth endpoints
While strictly incorrect (201 describes the creation of a new HTTP
resource, the URI of which is reported in the Location header), some
other client libraries have long accepted 201 responses, and people have
tested their implementations only with such libraries.1 parent d46b30b commit 5c63008
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments