Content Delivery API: Suggestion about to retrieve protected data #14483
biapar
started this conversation in
Features and ideas
Replies: 2 comments 1 reply
-
HI @biapar, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you. Interesting. Where can I read the code in development? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Today, the lack of the support that Delivery API does not support authentication for members is a problem and so we cannot use Umbraco as a very headless CMS like the others.
Until now, I'm using U10 LTS with an headless custom package Nikcio.UHeadless.
To retrieve the protected content of a member, I create before a group generic and a group for the member.
So I protect the node with generic + member or only member and the parent with the generic group.
In the request , I pass the member ID + email and check if the permission on the node is ok or not.
Beta Was this translation helpful? Give feedback.
All reactions