Closed bradrar closed 5 years ago
I just solved this . Just curious what is wrong with my code here.
How did you solve it? When credentials were null, what as the auth status?
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
This is more of a question than an issue. I followed the README.md and copied the code given. I have successfully set the
request.cookieAuth.set
and looked at the chrome browser dev tools application tab to make sure it is set. but when I looked at therequest.auth.credentials
, It is null. I have set myvalidateFunc
to return an object{valid: true, credentials: account}
where account is the user but when I try toconsole.log(request.auth.credentials)
it returns null.