Hey folks, something I’d been thinking about: can we get some kind of support for authorization codes for user accounts?
I think it would be great if it would work like this:
- User logs In on app client
- Meteor generates a numerical code
- User enters numerical code into client, which passes it to server
- If the code is correct, the loginToken gets sent
In this approach, it would be up to the developer to decide how that code is delivered (i.e. sms, email etc) and entered.
It would be nice if email verification would work in a similar way, where the server just generates a code and then it’s up to you to send the email the way you would want, and configure the routes the way you would want.