Thursday 19 July 2018

How do I add a username/password login form for a SPA using Oauth2?

(Question status) awaiting for repliesI've done a lot of research, and most articles say that it is best to use Implicit Grant for Spas, such as React and Vuejs (my frontend is built using Vue).However, I want the user to have the ability to enter email or username and a password to login (which is the account they created via whatever the sign up link is for my webapp).Because the articles state that SPA cannot hold secrets securely, that means I'm only left with Implicit. Any suggestions? I want it to have username and password login (in addition to optional social SSO login).Thanks!

Submitted July 20, 2018 at 04:55AM by ewliang

No comments:

Post a Comment