You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be interesting to support the cookie "path" customization and support per-path login, in case you have a restricted url or a scoped url (to a specific user group)
It's possible to change the cookie's path through a middleware, but the login doesn't save this path to compare its validity
The text was updated successfully, but these errors were encountered:
It would be interesting to support the cookie "path" customization and support per-path login, in case you have a restricted url or a scoped url (to a specific user group)
It's possible to change the cookie's path through a middleware, but the login doesn't save this path to compare its validity
The text was updated successfully, but these errors were encountered: