1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-24 15:52:41 +01:00
phorge-phorge/src/applications/auth
epriestley a100d97ed5 Preserve "next" URI by using OAuth 'state' parameter
Summary:
When a user clicks a link like /T32 and has to login, redirect them
to the resource once they've authenticated if possible. OAuth has a param
specifically for this, called 'state', so use it if possible. Facebook
supports it but Github does not.

Test Plan:
logged in with facebook after viewing /D20

Reviewed By: aran
Reviewers: aran
CC: aran, epriestley
Differential Revision: 61
2011-03-07 22:00:57 -08:00
..
controller Preserve "next" URI by using OAuth 'state' parameter 2011-03-07 22:00:57 -08:00
oauth/provider Modularize oauth. 2011-02-27 20:38:11 -08:00
view/oauthfailure Github OAuth 2011-02-21 00:23:24 -08:00