swampdragon-auth icon indicating copy to clipboard operation
swampdragon-auth copied to clipboard

Access signed in users within the routers

Results 7 swampdragon-auth issues
Sort by recently updated
recently updated
newest added

Hi, I am having trouble getting this to work in production. In localhost it works fine because I can set DRAGON_URL = '152.25.32.123:9000' SWAMP_DRAGON_HOST = ''152.25.32.123' SWAMP_DRAGON_PORT = '9000' However...

When user sign out, I test "@login_required" to get some error message. I use Chrome Developer Tool to check can I get something error message from swampdragon.onChannelMessage or swampdragon.callRouter, but...

First thing: SWAMP_DRAGON_CONNECTION = ('swampdragon_auth.socketconnection.HttpDataConnection', '/data') this line thorws an error ImportError: No module named 'swampdragon.socketconnection' But i created a custom connection: from swampdragon_auth.socketconnection import HttpDataConnection when i'm logged in...

Hey, just hoping that you can update the pypy version here with the latest code https://pypi.python.org/pypi/SwampDragon-auth

Hi folks, as part of our project we have an Android App that needs to deal with swampdragon/sockjs-tornado based WebSockets. On client side we use a library called "AndroidAsync" to...

Support