Replies: 1 comment
-
This is a good idea, I think I could add this feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
isAuthenticated
andlogout
take aRequest
just to get the session. The page very well could have already gotten a session and if it is a storage based session, then it would be advantageous to not fetch from the database multiple times.My suggestion is to change the signature like this:
isSession
is provided byremix
.Beta Was this translation helpful? Give feedback.
All reactions