antonioribeiro / google2fa

A One Time Password Authentication package, compatible with Google Authenticator.
MIT License
1.83k stars 199 forks source link

Not working with Laravel API #165

Closed doftwerks-west-african closed 2 years ago

doftwerks-west-african commented 3 years ago

I was able to get it to work on the web, but implementing it with Laravel API throws an error. I will like to know if I can override the verification process to allow for API verification. Thnaks

bengearig commented 3 years ago

@doftwerks-west-african I am using it successfully in my Laravel API application. You may need to further investigate your implementation for errors.

If you are using the google2fa-laravel library, then you may wish to check there for info. If you are using that library and you have verified that your implementation is correct, then it would be more appropriate to create the issue there instead of here.