-
Notifications
You must be signed in to change notification settings - Fork 98
how to setup 2FA #99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Id like to know this two. An example by someone who has impelmented it with feathers local would be great. |
@WebbizAdmin, @musicformellons If you guys are still interested in this I can write up this weekend, I implemented shortcode auth using Twilio a couple of months ago and have been meaning to write a blog on it. Unfortunately, I'm 100 miles an hour this week but could put something together this weekend? |
This repo is scheduled for some major work in the next few months. This would be a good time to suggest and describe notable enhancements. |
@hcbh96 that would be brilliant. |
Ok, I'll have a loop this weekend @musicformellons @WebbizAdmin , @eddyystop, I've got a couple of recommendation which would make TDD far easier when using the feathers auth management, but one can work around them so it is ok atm. I'll post my thoughts this weekend as well should I post them to here https://github.com/feathers-plus/feathers-authentication-management/issues ? |
@hcbh96 Thanks a million for your time. |
@hcbh96 I think in this case its best to keep the discussiob in [this] one place. |
@WebbizAdmin The current repo is the 3rd rewrite already. Each major upgrade had a migration path from the previous version. I expect the same for the next major upgrade. The repo name may change though now that its under feathers-plus. |
Interesting to be taken into account for #114. |
I am a bit puzzled how to setup two-factor-authentication, i.e. on login you receive sms-code on mobile which you need to enter to login. Is that supposed to be done with 'verifyShortToken', 'resetShortToken'? Are there any examples maybe how to setup 2FA?
The text was updated successfully, but these errors were encountered: