-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable requests to o2r server via ojs, which require a login #27
Comments
9 tasks
|
|
|
6fa26d7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The idea here is that the user needs to be logged in on the o2r server in the same browser session where he is using OJS. Then the
connect.sid
of the o2r cookie can be used in OJS to enable requests to the o2r server.old idea:
connect.sid
connect.sid
in requestwhoami
to control if the user is currently login on the o2r severidea currently used:
connect.sid
connect.sid
, so catch the corresponding errorThe text was updated successfully, but these errors were encountered: