| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cda4249 commit ab35336
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -133,7 +133,7 @@ | |||
| 133 | 133 | ||
| 134 | 134 | Add an OpenID login field somewhere on your site. When an OpenID | |
| 135 | 135 | is entered in that field and the form is submitted, it should make | |
| 136 | - a request to the your site which includes that OpenID URL. | ||
| 136 | + a request to your site which includes that OpenID URL. | ||
| 137 | 137 | ||
| 138 | 138 | First, the application should L{instantiate a Consumer<Consumer.__init__>} | |
| 139 | 139 | with a session for per-user state and store for shared state. | |
@@ -165,14 +165,13 @@ | |||
| 165 | 165 | the URL by the OpenID provider as the information necessary to | |
| 166 | 166 | finish the request. | |
| 167 | 167 | ||
| 168 | - Get an C{L{Consumer}} instance with the same session and store as | ||
| 168 | + Get a C{L{Consumer}} instance with the same session and store as | ||
| 169 | 169 | before and call its C{L{complete<Consumer.complete>}} method, | |
| 170 | 170 | passing in all the received query arguments. | |
| 171 | 171 | ||
| 172 | 172 | There are multiple possible return types possible from that | |
| 173 | - method. These indicate the whether or not the login was | ||
| 174 | - successful, and include any additional information appropriate for | ||
| 175 | - their type. | ||
| 173 | + method. These indicate whether or not the login was successful, | ||
| 174 | + and include any additional information appropriate for their type. | ||
| 176 | 175 | ||
| 177 | 176 | @var SUCCESS: constant used as the status for | |
| 178 | 177 | L{SuccessResponse<openid.consumer.consumer.SuccessResponse>} objects. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments