https://github.com/koshikraj/qrlogin
https://github.com/koshikraj/qrlogin
login python qrcode react-native reactjs websocket
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/koshikraj/qrlogin
- Owner: koshikraj
- License: mit
- Created: 2018-06-17T09:38:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T18:47:55.000Z (about 8 years ago)
- Last Synced: 2025-02-13T09:46:08.307Z (over 1 year ago)
- Topics: login, python, qrcode, react-native, reactjs, websocket
- Language: JavaScript
- Size: 425 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QRlogin
## Introduction
A simple application consisting of ReactJS frontend, React Native mobile app and Tornado Python webserver to demonstrate authentication using a QR code scanner.
## Quick start
The demonstration consists of 3 part, launching a web application, mobile app and the web server.
### Web Application
`cd qr-login-web`
* Install dependecies
`yarn install`
* launch the app
`yarn start`
### Mobile Application
`cd qr-login-web`
* Install dependecies
`yarn install`
* launch the app
`yarn start`
### Web Server
`cd qr-server`
Make sure to use python version >= 3.5
* Install dependecies
`pip install -r requirements.txt`
* launch the app
`python main.py`
## Live Demo
* Download expo app from the google play store or iOS app store
* Scan the following QR code to test the deployed app in snack

* Open the web app at [http://projects.koshikraj.com/qrlogin/](http://projects.koshikraj.com/qrlogin/)
* Scan the QR code to witness the magic!
Thank you!