pkskelly / BlazorGolf

Blazor and Web API sample application to learn api design and blazor
MIT License
0 stars 0 forks source link

Closes #27. Completed initial authentication and authorization to Client and Api projects. #31

Closed pkskelly closed 2 years ago

pkskelly commented 2 years ago

Closes #27. Completed initial authentication and authorization to Client and Api projects. Client project can show/hide content based on roles, POST, PUT, and DELETE actions can be secured and restricted to roles.