Skip to content
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

Screens that do not require authentication #1

Open
lAndresul opened this issue Oct 23, 2020 · 0 comments
Open

Screens that do not require authentication #1

lAndresul opened this issue Oct 23, 2020 · 0 comments

Comments

@lAndresul
Copy link

lAndresul commented Oct 23, 2020

Hey David,

What if my application have screens that do not require authentication, i want to get advantage that the WebrootVue.qvt.js gives me, but im seeing that i can't use it with not logged users, i have try creating artifactGroup for my screen, logged with the loginAnonymousIfNoUser of the User Facade but finally i realised that in the screenRenderImpl.groovy file in line 2165 have this validation:

if (!ec.user.userId) { ec.web.sendJsonError(401, "Authentication required", null); return null }

That makes imposible use the vue-quasar moqui instace without authentication. There is any chance to making it work like i wish, or maybe im trying to force things and the bes solution is looking from another approach. It would be great if could give me a hint about this. Thanks for your time.

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

No branches or pull requests

1 participant