Re: Two factor authentication using OTP

2020-07-16 Thread carlos
https://github.com/django-otp/django-otp-yubikey On Thu, Jul 16, 2020 at 7:50 AM Kasper Laudrup wrote: > Hi o1bigtenor, > > On 16/07/2020 15.18, o1bigtenor wrote: > > > > As a person who has very very very terrible wireless phone reception > > where I live I would hope that there is some other m

Re: Two factor authentication using OTP

2020-07-16 Thread Kasper Laudrup
Hi o1bigtenor, On 16/07/2020 15.18, o1bigtenor wrote: As a person who has very very very terrible wireless phone reception where I live I would hope that there is some other method that can be used to help with two factor authentication without using the bloody useless cell phone. It seems t

Re: Two factor authentication using OTP

2020-07-16 Thread o1bigtenor
On Thu, Jul 16, 2020 at 6:52 AM Issa Kehinde wrote: > Hello everyone! > > How can I implement a two factor authentication for my django web app? > After a user login with his/her credential (i.e. username and password), I > want an OTP to be send to the user's phone number . The user will ente

Re: Two factor authentication using OTP

2020-07-16 Thread Kasper Laudrup
Hi Issa, On 16/07/2020 11.36, Issa Kehinde wrote: Hello everyone!  How can I implement a two factor authentication for my django web app? After a user login with his/her credential (i.e. username and password), I want  an OTP to be send to the user's phone number . The user will enter  the

Two factor authentication using OTP

2020-07-16 Thread Issa Kehinde
Hello everyone! How can I implement a two factor authentication for my django web app? After a user login with his/her credential (i.e. username and password), I want an OTP to be send to the user's phone number . The user will enter the OTP to gain final access to the web application.