Skip to content

[Auth Middleware] - Not working in subdomain in Adonis 5.0 #1328

Answered by hkmsadek
BilalBasha asked this question in Help
Discussion options

You must be logged in to vote

This should help

   cookie: {
    httpOnly: true,
    path: '/',
    sameSite: false,
    domain: '.example.com' // add this extra line session.js file
  },

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RomainLanz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants