Tell us what’s happening:
I passed all three **Implementation of Social Authentication ** tests of Advanced Node and Express course, but then I must have access to authorization to the Githug, which I don’t.
In index.pug there is a code for the button
if showSocialAuth
hr
h2.center Social Login
.login.center
a(href=’/auth/github’).text Login with Github!
So my best guess that “showSocialAuth” is false, for some reason.
Your project link(s)
solution: Glitch :・゚✧
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36
.
Challenge: Implementation of Social Authentication III
Link to the challenge: