Hello,
I have a page where users previously logged, but being in, the idea is that as we have data from the user, then this data is performed automatic user authentication, but using these data, it is possible to do this ?
- Log in to post comments
Hello,
I have a page where users previously logged, but being in, the idea is that as we have data from the user, then this data is performed automatic user authentication, but using these data, it is possible to do this ?
If the user is currently logged into LinkedIn and has given permission to your application, you can use the
authorize: trueflag to auto authenticate the user.e.g.
Hope that helps.
- Eugene