Skip to Content
FrontendLocal DevelopmentManual login

Manual login

This is a manual login for projects, when login doesn’t work locally.

Get a token

Ref: https://TENANT.ENVIRONMENT.phpreaction.com/open-api/login_check 

There are 3 ways to get a token:

Copy the token

In App:

  • Remove Auth function call in middleware.ts

    image
  • Go to / (home) or any page on a browser

  • Open the console

  • Paste the token in App -> Cookies -> APPUrl as “currentUser”

  • Go back to middleware.ts and add the Auth function call back

Last updated on