web3auth package¶
Submodules¶
web3auth.admin module¶
web3auth.apps module¶
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
-