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

route.meta.auth should be deprecated and renamed to something more meaningful #7234

Closed
dschmidt opened this issue Jul 7, 2022 · 0 comments · Fixed by #7875
Closed

route.meta.auth should be deprecated and renamed to something more meaningful #7234

dschmidt opened this issue Jul 7, 2022 · 0 comments · Fixed by #7875

Comments

@dschmidt
Copy link
Member

dschmidt commented Jul 7, 2022

This is a follow up ticket for #7072.

meta.auth is used in isUserContext. If it's false, we don't necessarily need a user context - it could be a public link context as well.
The name doesn't reflect what it's actually good for. We need a better name and a sane default.

First ideas included userContextRequired: false, hybridContext: true, …

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants