In the repoze.who-2.0 api.py file, the 'def authenticate' has two lines

                identity['authenticator'] = authenticator
                identity['identifier'] = identifier

Can I assume these keys will exist in future versions of repoze.who ?  If 
it is deemed an implementation detail, is there a way to decipher the 
'identifier' for a given identity (e.g. some API call or Interface Spec) ?  

I have a separate oauth_browser classification (based on URL).

I have a separate OAuthPlugin, and it is getting called with normal AuthTkt 
identity, even when I specified OAuthPlugin.classifications .  The 
classification filtering seems to work partially (am still digging through 
my code to see if I have misconfigured).

Thanks.


-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/turbogears/-/FCrVA6_EXaQJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en.

Reply via email to