excellarateinc / voyage-api-dotnet

Enterprise grade C# .NET Web Services API implementing industry standard best practices
Apache License 2.0
16 stars 14 forks source link

User.VerifyRequired should trigger two factor auth #137

Closed raymer closed 7 years ago

raymer commented 7 years ago

Right now, the claims auth filter does check this flag, but just throws an exception. We need to update this to trigger the phone verification (2 factor auth) functionality.

raymer commented 7 years ago

Doing this on the client side.