Serhii Naydenko

Results 4 issues of Serhii Naydenko

Fixed example that was errors such as "headers already sent", "user is not defined", "invalid secret key" Added policy example (isAuthenticated) Added role policy example (isAdmin) Cover main routes by...

Also have such error. Looks like for now custom session storage must also have "optional" findSessionsByShopCallback method: > CustomSessionStorage failed to find sessions by shop. Error Details: findSessionsByShopCallback not defined....

I use next docker-compose instructions. ``` services: mssql: image: mcr.microsoft.com/mssql/server:2019-latest ports: - ${DATABASE_PORT}:1433 volumes: - ./.data/db:/var/lib/mssql/data environment: ACCEPT_EULA: -Y MSSQL_SA_USER: ${DATABASE_USERNAME} MSSQL_SA_PASSWORD: ${DATABASE_PASSWORD} adminer: image: adminer restart: always ports: -...

# Issue summary I build app from recommended template, but it fails review, and the message is to follow OAuth documentation. But the documentation says I should not do anything...