Models reference

User association

This class manage association between an openid and a user account.

Openid store

In django-authopenid we create a special openid store (an instance of django_authopenid.openid_store.DjangoOpenIDStore using Django ORM. It use theses classes to store associations and nonces.

Table Of Contents

Previous topic

Views reference

Next topic

Forms reference

This Page