issues
search
mozilla-services
/
cliquet
CLIQUET IS NOW DEPRECATED use kinto.core instead
http://github.com/Kinto/kinto
Other
64
stars
16
forks
source link
Fix distinction and optimize (un)authenticated_userid
#641
Closed
leplatrem
closed
8 years ago
leplatrem
commented
8 years ago
[x] Disable
pyramid_tm
annotation of the transaction with unnecessary user info.
[x] Fix distinction between unauthenticated_userid (cached) and authenticated_userid (verified) (?)
[x] Make sure we don't compute user id hash several times per request
[x] Requires
https://github.com/mozilla-services/pyramid_multiauth/pull/14
to be merged and released
pair=@almet
leplatrem
commented
8 years ago
@almet final r? :)
almet
commented
8 years ago
LGTM, good job!
pyramid_tm
annotation of the transaction with unnecessary user info.pair=@almet