Commit 1e138f7
committed
Fix simple-auth server example AuthorizationCode.redirect_uri type
The AuthorizationCode.redirect_uri field type is AnyUrl, but the example
used AnyHttpUrl type.
This mismatch causes the redirect URI check in TokenHandler to fail,
since it compares against AuthorizationCodeRequest.redirect_uri, which
also expects AnyUrl.1 parent 0bcecff commit 1e138f7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
0 commit comments