Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

metamask authentication for zulip #8

Open
dckc opened this issue Jun 27, 2020 · 2 comments
Open

metamask authentication for zulip #8

dckc opened this issue Jun 27, 2020 · 2 comments

Comments

@dckc
Copy link

dckc commented Jun 27, 2020

No description provided.

@dckc
Copy link
Author

dckc commented Aug 8, 2020

@jimscarver reports Aug 4:

we will look into using https://django-web3-auth.readthedocs.io/en/latest/readme.html to login to zulip
and the data locker for storing capabilities based on deployerid rchain-community/rgov#5

we could use help with django web3 plugin. I could not fingure out how to configure and theo got errors.

File "/home/theoxd/django-web3-auth/tests/urls.py", line 8, in <module>
    url(r'^', include('web3auth.urls', namespace='web3auth')),
  File "/srv/zulip-py3-venv/lib/python3.6/site-packages/django/urls/conf.py", line 39, in include
    'Specifying a namespace in include() without providing an app_name '
django.core.exceptions.ImproperlyConfigured: Specifying a namespace in include() without providing an app_name is not supported. Set the app_name attribute in the included module, or pass a 2-tuple containing the list of patterns and app_name instead.

recording

@dckc
Copy link
Author

dckc commented Aug 9, 2020

I tried the django-web3-auth sample app; after futzing with dependencies a bit (which I now see is a known issue: atereshkin/django-web3-auth#1), I got it to run, but when I press Login I get web3 missing.

Again, this seems to be a known issue: atereshkin/django-web3-auth#2

It looks like this thing hasn't been updated since...

It probably wouldn't be a lot of trouble to fix, but I'm not inclined to do it just now.

@jimscarver jimscarver transferred this issue from rchain-community/rvote Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant