Local vs http://127.0.0.1:3000

What does this mean?

Hey there @matthewyoung245 !

This is just a reminder to keep things consistent across app and auth0 configs :slight_smile: For example, if testing an application login uri using 127.0.0.1:3000 but not setting it elsewhere, you could run into issues.

Cheers!

1 Like

Thank you @tyf

I am currently able to log in successfully but I need to carry the session to another page that is within the application. How do I carry that session to the other page?

Below is my current callback urls. However, after logging in I am wanting to click a button and go to for example a test page and grab the current session.

The example link would be http://127.0.0.1:3000/test

This is all being done in PHP.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.