Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

feat(http): meteor user ID in http handler #190

Merged
merged 3 commits into from
Jun 5, 2018

Conversation

jamiter
Copy link
Contributor

@jamiter jamiter commented Jun 5, 2018

This will make Meteor.userId work in resolvers when calling them from the HTTP endpoint.

We recommend to never use it yourself. Use the userId from the passed context. But this helps to support a lot of Meteor packages out of the box which depend on Meteor.userId() to work.

Michiel ter Reehorst added 3 commits June 5, 2018 08:31
@jamiter jamiter self-assigned this Jun 5, 2018
@jamiter jamiter merged commit cc14e06 into master Jun 5, 2018
@jamiter jamiter deleted the feat/meteor-user-ID-in-http-handler branch June 5, 2018 08:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants