-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Log user in on the backend during login steps #488
Labels
Milestone
Comments
jhedstrom
added a commit
that referenced
this issue
May 17, 2018
jhedstrom
added a commit
that referenced
this issue
May 17, 2018
jhedstrom
added a commit
that referenced
this issue
May 17, 2018
jhedstrom
added a commit
that referenced
this issue
May 17, 2018
I wonder if we can avoid at all logging in via the form and do a direct login via API. That would be a big performance improvement as we don't need to test on each login the form. But I don't see a way to do that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many modules, and services utilize the
current_user
service for determining ownership, etc. When these hooks or services are called from the backend (for instance, duringGiven I am viewing my node...
),current_user
will be the anonymous user on the backend.It would be good to have the login and logout steps log the user in on the backend (for the Drupal driver).
The text was updated successfully, but these errors were encountered: