    [paste.app_factory]
    app = wsgioauth.run:paster_app
    [wsgioauth_authentication]
    no_auth = wsgioauth.provider:no_auth
    user_grabber = wsgioauth.provider:user_grabber
    [wsgioauth_signatures]
    plaintext = wsgioauth.signatures:PLAINTEXT
    hmac_sha1 = wsgioauth.signatures:HMAC_SHA1
    