auth

Paddy 2014-08-16 Parent:7a6f64db7246

19:9fe684b33b3d Go to Latest

auth/README.md

Implement session management and move login. Add a session store interface to validate and retrieve data about sessions. Implement session management in endpoints that need session support. Move the login functionality from inlined into the OAuth flow into its own handler, that the OAuth flow will redirect to. The login functionality should take a redirect URL parameter to return to the OAuth flow when login is completed.

History