issues
search
mozilla
/
django-browserid
Django application for adding BrowserID support.
Mozilla Public License 2.0
179
stars
80
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Cast audience to string because of possible lazily evaluated variables.
#300
jotes
closed
8 years ago
5
Allow usage of named urls for redirection URLs in the settings.
#299
abompard
closed
8 years ago
5
Fix django-browserid for Django 1.9 with Jinja2
#298
Uberi
closed
8 years ago
1
De-duplicate login/logout redirect behaviour
#297
alanbriolat
closed
8 years ago
2
Verify.success_url never used with {% browserid_login %}
#296
alanbriolat
closed
8 years ago
6
Use the new style urlpatterns syntax to fix Django deprecation warnings
#295
edmorley
closed
8 years ago
2
Django 1.8+ deprecation warning for urlpatterns in urls.py:28
#294
edmorley
closed
8 years ago
0
Provide wheel package on PyPI
#293
edmorley
closed
8 years ago
11
Fix #291: Add Django 1.9 support and test against the beta.
#292
Osmose
closed
9 years ago
1
Django 1.9 compatibility
#291
rolandgeider
closed
9 years ago
1
Switch to Travis' container-based infra.
#290
Osmose
closed
9 years ago
0
Simplify CSRF and Tests
#289
Osmose
closed
9 years ago
2
Clean up broken/non-canonical external links in readme/docs
#288
edmorley
closed
9 years ago
2
Use __import__ instead of importlib in utils.py.
#287
Osmose
closed
9 years ago
0
Internet Explorer 11 specific error: "Relay frame could not be found "
#286
wiser1
closed
9 years ago
6
Removal of /info/ endpoint causes problems for sites not using Django templating
#285
edmorley
closed
9 years ago
5
Django1.8
#284
abompard
closed
9 years ago
4
Document how to add a DTL template engine for 1.8 sites
#283
Osmose
opened
9 years ago
4
CSRF token fetching does not work with Django 1.8
#282
abompard
closed
9 years ago
4
Remove fancy_tag
#281
abompard
closed
9 years ago
4
The fancy_tag library isn't actually necessary
#280
abompard
closed
9 years ago
4
Update version specifiers in tox.ini and .travis.yml.
#279
Osmose
closed
9 years ago
1
Simplify quickstart HTML template
#278
toolness
closed
9 years ago
4
Add contribute.json file.
#277
Osmose
closed
9 years ago
2
[Errno 32] Broken pipe on POST to /browserid/login/ and /browserid/csrf/
#276
aaadotpm
closed
9 years ago
3
Fix circular import issue with jingo.
#275
Osmose
closed
9 years ago
3
fixed broken doc links in customization
#274
pythonik
closed
9 years ago
1
Fixing broken link to troubleshooting section from readme
#273
gene1wood
closed
9 years ago
1
Support for django 1.7
#272
seocam
closed
10 years ago
1
SSL certificate error
#271
pedmiston
closed
10 years ago
3
Rework the auto-login docs
#270
willkg
closed
10 years ago
4
Fix Template tag browserid_logout
#269
seocam
closed
10 years ago
5
Template tag browserid_logout breaks when link_class attribute is set
#268
seocam
closed
10 years ago
2
Disable autologin.js when BROWSERID_AUTOLOGIN_ENABLED = False even if it on the page.
#267
Osmose
closed
10 years ago
1
Docs for Custom User Model are a bit screwy
#266
Osmose
closed
9 years ago
2
Updates to Goldilocks API
#265
Osmose
closed
9 years ago
2
Fix #57: Add local verification via PyBrowserID.
#264
Osmose
closed
10 years ago
3
Fix #66: Add onReady to django_browserid.registerWatchHandlers.
#263
Osmose
closed
10 years ago
4
Fix #140: Add support for offline development via auto-login backend.
#262
Osmose
closed
10 years ago
7
Fix 225: Use empty tuple as default setting value in CSP sanity check.
#261
Osmose
closed
10 years ago
2
Fix #231: Add error handling to JS and document the API a bit better.
#260
Osmose
closed
10 years ago
2
Fix the admin integration by adding a missing browserid_info tag.
#259
Osmose
closed
10 years ago
2
Fix #243: Document removal of context processor.
#258
Osmose
closed
10 years ago
6
Fix #248: Fix next param logic and move logic to Python.
#257
Osmose
closed
10 years ago
2
Fix #249: Never cache CSRFToken.
#256
Osmose
closed
10 years ago
2
Fix #253: Use stateless Persona API instead of workarounds.
#255
Osmose
closed
10 years ago
3
Handle all exceptions from auth.authenticate()
#254
tkrajina
closed
10 years ago
3
Use stateless Persona API
#253
Osmose
closed
10 years ago
1
Python3 installation fix
#252
tkrajina
closed
10 years ago
1
Fix #247: Execute lazy callables for csrf_token within the view.
#251
Osmose
closed
10 years ago
4
Next