Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 474 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 474 Bytes

RestfulWebAPI02_NET

Restful Web API Net Framework 4.8 ("HTTP/1.1")

To test the endpoint to get a new token ( Oauth2 Password based authentication type Token)

image

Test a controller with the attribute [Authorize(Roles ="USUARIO")]

image