I have started with a frame repo, and I was trying to have 2 authentication strategies, hapi-auth-basic, and hapi-auth-cookie, So far it is working great, but testing them I have run into a problem, and I was wondering if you have seen this before. All my test pass and code coverage is good for auth.js. but it returns this error. Authentication strategy session uses unknown scheme: cookie.
Question? Hello @jedireza,
I have started with a frame repo, and I was trying to have 2 authentication strategies, hapi-auth-basic, and hapi-auth-cookie, So far it is working great, but testing them I have run into a problem, and I was wondering if you have seen this before. All my test pass and code coverage is good for auth.js. but it returns this error.
Authentication strategy session uses unknown scheme: cookie
.relevant files