web3auth package

Submodules

web3auth.admin module

web3auth.apps module

class web3auth.apps.Web3AuthConfig(app_name, app_module)[source]

Bases: django.apps.config.AppConfig

name = 'web3auth'

web3auth.backend module

web3auth.forms module

web3auth.models module

web3auth.settings module

class web3auth.settings.AppSettings[source]

Bases: object

WEB3AUTH_SIGNUP_ENABLED

Makes it possible to disable signups (similar to allauth)

WEB3AUTH_USER_ADDRESS_FIELD

Field on the User model, which has ethereum address to check against. This allows you to store it somewhere in arbitrary place other than just username.

WEB3AUTH_USER_SIGNUP_FIELDS

Specifies field to be used in signup form for a new User model

web3auth.tests module

web3auth.urls module

web3auth.utils module

web3auth.views module

Module contents