Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1264)

Issue 6927049: Initial velruse integration

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 4 months ago by abentley-home
Modified:
11 years, 4 months ago
Reviewers:
rharding, hazmat, mp+139305
Visibility:
Public.

Description

Initial velruse integration This is just the first piece of performing the OpenID authentication. It does not include logging in a principal in Pyramid. Add velruse. Add "/auth" page with login link. Add "/authcallback" page showing authentication results. https://code.launchpad.net/~abentley/charmworld/velruse-integration/+merge/139305 (do not edit description out of merge proposal)

Patch Set 1 #

Total comments: 6

Patch Set 2 : Initial velruse integration #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -1 line) Patch
A [revision details] View 1 chunk +2 lines, -0 lines 0 comments Download
M buildout.cfg View 1 chunk +1 line, -0 lines 0 comments Download
M charmworld/__init__.py View 3 chunks +9 lines, -1 line 0 comments Download
M charmworld/routes.py View 1 chunk +3 lines, -0 lines 0 comments Download
A charmworld/templates/auth.pt View 1 chunk +11 lines, -0 lines 0 comments Download
A charmworld/templates/auth_callback.pt View 1 chunk +22 lines, -0 lines 0 comments Download
A charmworld/views/auth.py View 1 chunk +26 lines, -0 lines 0 comments Download
M versions.cfg View 3 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 5
abentley-home
Please take a look.
11 years, 4 months ago (2012-12-11 20:00:01 UTC) #1
rharding
https://codereview.appspot.com/6927049/diff/1/charmworld/__init__.py File charmworld/__init__.py (right): https://codereview.appspot.com/6927049/diff/1/charmworld/__init__.py#newcode2 charmworld/__init__.py:2: from pyramid.session import UnencryptedCookieSessionFactoryConfig Should we look and see ...
11 years, 4 months ago (2012-12-11 20:11:47 UTC) #2
abentley-home
Please take a look.
11 years, 4 months ago (2012-12-11 20:23:07 UTC) #3
abentley-home
https://codereview.appspot.com/6927049/diff/1/charmworld/__init__.py File charmworld/__init__.py (right): https://codereview.appspot.com/6927049/diff/1/charmworld/__init__.py#newcode2 charmworld/__init__.py:2: from pyramid.session import UnencryptedCookieSessionFactoryConfig On 2012/12/11 20:11:47, rharding wrote: ...
11 years, 4 months ago (2012-12-11 20:52:17 UTC) #4
hazmat
11 years, 4 months ago (2012-12-11 21:27:00 UTC) #5
looks good to me given rick's comments.

beaker incidentally has various permutations on session factories that are more
secure (signed client cookies, backend storage) where we can store the user's
openid session info in the future.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b