pyramid_authsanity.sources

Session Authentication Source

pyramid_authsanity.sources.SessionAuthSourceInitializer(value_key='sanity.')[source]

An authentication source that uses the current session

Authorization Header Authentication Source

pyramid_authsanity.sources.HeaderAuthSourceInitializer(secret, salt='sanity.header.')[source]

An authentication source that uses the Authorization header.