Open JesseRWeigel opened 6 years ago
We should use passport js with microsoft as we also need to secure our graphql API that is being routed through our servers. I dont know but I guess making authentication client side we will not be able to protect our WP which make authentication useless. I am going to implement this using passport js.
Also we have cookie based auth already set in react so no need of writing any more code other than chaging email form to sign in with microsoft
implemented in #65
Can we implement something like this? https://blog.talentica.com/2017/06/23/implement-microsoft-login-in-a-react-js-app/
We would need some way to use a whitelist and only accept @franciscan.edu addresses.
@pantharshit00 since you created the login system, I would like your opinion on this please.