I want to add OpenID authentication to my Flask app. The layout of my app is like this:
my_app/ __init__.py # the app object is created here admin.py # flask.Module - I only need auth here frontend.py # flask.Module - this is fully public views following the Flask-OpenID example, I need to create the oid object with reference to the app, but then I will need that instance in admin.py .. and I have no idea how to do that. Any ideas? -- damjan -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. 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/pocoo-libs?hl=en.
