GithubHelp home page GithubHelp logo

rolandalla / laravel-qr-code-login Goto Github PK

View Code? Open in Web Editor NEW
77.0 7.0 76.0 15.3 MB

Today I will be showing you how to implement Laravel login with QRcode in a website. You can use my Laravel Starter so you can start the project in one minute .

Home Page: http://www.rolandalla.com/laravel-login-qr-code/

License: MIT License

PHP 5.45% CSS 12.09% JavaScript 8.19% HTML 74.24% Vue 0.02%
laravel code laravel-framework qrcode-generator qrcode-scanner qrcode-reader qr-code-login

laravel-qr-code-login's People

Contributors

heinzin avatar rolandalla avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

laravel-qr-code-login's Issues

Doesn't capture from camera: "Native web camera streaming (getUserMedia) not supported in this browser"

Hello, I've managed to get the site running, but when trying to use the camera capture, the console shows an error:

Native web camera streaming (getUserMedia) not supported in this browser.

Such error appears on Firefox, Firefox Developer Edition, Opera and also Chrome.

I've found a post on stackoverflow with a similar problem:
https://stackoverflow.com/questions/12407321/navigator-getusermedia

and they mention that it is not a browser problem, because the webcam works on another example site, i.e. https://www.html5rocks.com/en/tutorials/getusermedia/intro/

One answer mentions the problem is that navigator.getUserMedia() is deprecated and navigator.mediaDevices.getUserMedia(constraints); should be used instead.

old method:
https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getUserMedia

current one:
https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia

So I guess it doesn't work because it uses deprecated methods?

Could you look into it so it works in current browsers?
Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.