Questions
The following questions are provided for your consideration:
- What is the difference between authentication and authorization?
- If you add a
Secure
component to theHome
page, will the user need to be authenticated to render it? - How can you secure a Blazor WebAssembly app without using the
Authorize
attribute on every routable component? - What are some of the claims that are included in a JSON Web Token (JWT)?