Hi all,
I have the following usecase:
- 2 different webapps
- Both websapps use the Auth0 lock web component to login a user.
- There is a link from the first webapp to the second.
- When a user is authenticated using the lock component in the first webapp, I want to add a url parameter to the link (accessToken?) to let the user automatically authenticate on the second webapp and get the Auth0 userProfile using that parameter whithout the user having to login again.
Is this possible? Any examples?
thanks a lot for your help!
Peter