Skip to content

Commit ee3fcb2

Browse files
authored
Update README.md
1 parent 1799315 commit ee3fcb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ https://data-northwind.indigo.design/swagger/index.html
88
- PUT accepts the whole entity, even the "id"
99
- DELETE methods need to map the id, like id=customerId
1010
- DELETE methods return a copy of the deleted entity
11+
- Role-based auth support - [blog](https://www.infragistics.com/community/blogs/b/infragistics/posts/create-role-based-web-api-with-asp-net-core)
1112
- In order to create a Bearer token, use the POST -> `/Auth/Register` with the example request body:
1213
```
1314
{

0 commit comments

Comments
 (0)