Skip to main content

Open current URL on a mobile with a QR code

Project description

Open current page on your mobile with a QR code.

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

  1. Add "openonmobile" directory to your Python path.

  2. Add "openonmobile" to the INSTALLED_APPS tuple found in your settings file.

  3. Add "openonmobile.middleware.AuthOnMobileMiddleware" to your MIDDLEWARE_CLASSES tuple found in your settings file.

  4. Add "openonmobile.auth.AuthOnMobileBackend" to your AUTHENTICATION_BACKENDS tuple found in your settings file.

  5. Include "openonmobile.urls" to your URLconf.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-openonmobile-0.2.tar.gz (4.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page