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

Improve authorization opening remarks #32195

Merged
merged 4 commits into from
Mar 29, 2024
Merged

Improve authorization opening remarks #32195

merged 4 commits into from
Mar 29, 2024

Conversation

guardrex
Copy link
Collaborator

@guardrex guardrex commented Mar 28, 2024

Fixes #32053

Thanks @cosmic-tiger! 🚀 ... I'm not going to list every authorization check, as they all appear in later sections of the article. I add a remark stating that if authorization must be guaranteed that the dev should avoid building a client-side app.

why bother implementing authentication if it can be by-passed? Might as well use server side

Yes! ... That's exactly right. That's exactly what a dev should do if they want guaranteed authz checks and to secure data/code from prying eyes 👮😄.


Internal previews

📄 File 🔗 Preview link
aspnetcore/blazor/security/index.md ASP.NET Core Blazor authentication and authorization

@guardrex guardrex self-assigned this Mar 28, 2024
@guardrex guardrex merged commit 96a7617 into main Mar 29, 2024
3 checks passed
@guardrex guardrex deleted the guardrex-patch-3 branch March 29, 2024 19:21
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.

Improve client-side Blazor auth remarks in the overview article
1 participant