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
Here's a quick note for compatibility with the latest version of the Epic Stack:
I needed to update the /impersonate route by replacing authenticator.sessionKey with sessionKey from '#app/utils/auth.server.ts'. Here's how the change looks:
Thank you @alan2207 for the fantastic example!
Here's a quick note for compatibility with the latest version of the Epic Stack:
I needed to update the
/impersonate
route by replacingauthenticator.sessionKey
withsessionKey
from'#app/utils/auth.server.ts'
. Here's how the change looks:Thanks again!
The text was updated successfully, but these errors were encountered: