joscha/play-authenticate

Authentication cookie limited by path when setting application.context

umbreak opened this issue · 0 comments

Whenever I set property application.context, which defines a prefix for the routes in your system, the authentication cookie (and also any cookie generated with session()) are limited to the path described in this property.

Is there a way to override this default (and wrong in my opinion) path restriction?

I also posted the same question on StackOverflow