django-web3-auth 0.1.6
0
django-web3-auth is a pluggable Django app that enables login/signup via an Ethereum wallet (a la Cr
Contents
django-web3-auth is a pluggable Django app that enables login/signup via an Ethereum wallet (a la CryptoKitties). The user authenticates themselves by digitally signing the session key with their wallet's private key.
Stars: 88, Watchers: 88, Forks: 40, Open Issues: 5The Bearle/django-web3-auth
repo was created 6 years ago and the last code push was 1 years ago. The project is moderately popular with 88 github stars!
How to Install django-web3-auth
You can install django-web3-auth using pip
pip install django-web3-auth
or add it to a project with poetry
poetry add django-web3-auth
Package Details
- Author
- Bearle
- License
- MIT
- Homepage
- https://github.com/Bearle/django-web3-auth
- PyPi:
- https://pypi.org/project/django-web3-auth/
- GitHub Repo:
- https://github.com/Bearle/django-web3-auth
Classifiers
Related Packages
Errors
A list of common django-web3-auth errors.
Code Examples
Here are some django-web3-auth
code examples and snippets.