Open current URL on a mobile with a QR code
Project description
Open current page on your mobile with a QR code.
Documentation : http://readthedocs.org/docs/django-openonmobile
Features
Creates a QR image with a url to redirect a phone user to the current image.
The mobile phone user will be authenticats automatically with the same user.
Uses the cache to keep the temporaty toker for authentication (so no database needed).
Installation
Add "openonmobile" directory to your Python path.
Add "openonmobile" to the INSTALLED_APPS tuple found in your settings file.
Add "openonmobile.middleware.AuthOnMobileMiddleware" to your MIDDLEWARE_CLASSES tuple found in your settings file.
Add "openonmobile.auth.AuthOnMobileBackend" to your AUTHENTICATION_BACKENDS tuple found in your settings file.
Include "openonmobile.urls" to your URLconf.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-openonmobile-0.2.tar.gz
.
File metadata
- Download URL: django-openonmobile-0.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8a3a57764b7f720ea4f406d4e567f6fc51a630e6f3b9032f33d43bda29068a5 |
|
MD5 | 37aa2eb337a529b6dbfbbcdd3ce36e6d |
|
BLAKE2b-256 | 4fc9c54750d8fc7b3a0b72f70b443dd373bd7e7a7dcaf2c1fee3a1d9139955a6 |