hanakoa / alpaca

Containerized Go µServices for authentication and authorization.
https://hanakoa.github.io/alpaca/
MIT License
5 stars 0 forks source link

Roll MFA into Auth? #68

Open kevinmichaelchen opened 6 years ago

kevinmichaelchen commented 6 years ago

MFA options need to get sent back to client if user types correct password and has multi_factor_required. Since MFA is tightly coupled with the /token logic, we should merge the two services.