Skip to content

Fix missing file URL for short-circuited _User in RestWrite. #637

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

Merged
merged 1 commit into from
Feb 24, 2016

Conversation

nlutsenko
Copy link
Contributor

We short-circuit RestWrite on auth providers login/anonymous login - where those don't go through RestQuery, meaning they won't get expanded files.
This fixes missing URLs on _Session/_User if you are logging in with authData of any sort.

This will eventually somewhat change, so I placed a todo to remind us to clean this up.
Fixes #616

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

File urls are missing when logging in a User via authData.
4 participants