Differences From Artifact [5c58b0dc60]:
- File gluon/contrib/login_methods/oauth10a_account.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 6313) [annotate] [blame] [check-ins using]
To Artifact [429a2654f8]:
- File gluon/contrib/login_methods/oauth10a_account.py — part of check-in [5e6e1e2c0a] at 2011-11-20 05:28:20 on branch feature/web2py_auth — Upgraded to web2py 1.99.2 (user: spiffy, size: 6314) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
181 182 183 184 185 186 187 188 189 | raise HTTP(307, "You are not authenticated: you are being redirected to the <a href='" + auth_request_url + "'> authentication server</a>", Location=auth_request_url) return None | > | 181 182 183 184 185 186 187 188 189 190 | raise HTTP(307, "You are not authenticated: you are being redirected to the <a href='" + auth_request_url + "'> authentication server</a>", Location=auth_request_url) return None |